Skip to content

Commit

Permalink
fixing newly added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatd committed May 7, 2018
1 parent 1ee5250 commit 8448c1c
Show file tree
Hide file tree
Showing 3 changed files with 1,324 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/PRE/pre1.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------

function test1(o)
{
var count = 0;
Expand Down
2 changes: 1 addition & 1 deletion test/PRE/rlexe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<default>
<files>pre1.js</files>
<baseline>pre1.baseline</baseline>
<tags>exclude_dynapogo</tags>
<tags>exclude_dynapogo,exclue_nonative</tags>
<compile-flags>-testtrace:fieldcopyprop -oopjit-</compile-flags>
</default>
</test>
Expand Down
Loading

0 comments on commit 8448c1c

Please sign in to comment.