Skip to content

Commit 4360825

Browse files
committed
Fix CI
1 parent 08d35b2 commit 4360825

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

test/typedarray/floathelperaccess.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
var evil_array = new Array(0x38/*dataview type id*/,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
1+
//-------------------------------------------------------------------------------------------------------
2+
// Copyright (C) Microsoft Corporation and contributors. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4+
//-------------------------------------------------------------------------------------------------------
5+
var evil_array = new Array(0x38/*dataview type id*/, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
26
g_lo = 0;
37
g_hi = 0;
48
var b = [1.1,2.2];

test/utf8/rlexe.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<test>
3333
<default>
3434
<files>bugGH2656.js</files>
35-
<compile-flags>-args summary</compile-flags>
35+
<compile-flags>-args summary -endargs</compile-flags>
3636
</default>
3737
</test>
3838
</regress-exe>

0 commit comments

Comments
 (0)