Skip to content

Commit 3c03876

Browse files
committed
Fixed unittest to trigger more predictably.
1 parent 593ef3f commit 3c03876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Strings/neg_index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
var zibhbj;
99

10-
for (i=0; i<500; i++) {
10+
for (i=0; i<10000; i++) {
1111
zibhbj = 'u{3402e}'[-1];
1212
}
1313
if (zibhbj === undefined)

0 commit comments

Comments
 (0)