Skip to content

Commit 4b328c2

Browse files
committed
fix: update test262 to fixed version ac1c354
1 parent 70c6882 commit 4b328c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ if [ ! -d test262 ]; then
77
fi
88

99
cd test262
10-
patch -y -p1 < ../tests/test262.patch
10+
git checkout ac1c3546c393d89b37483c3a32eddfe7dd1903a7
11+
patch -p1 < ../tests/test262.patch
1112
cd ..
1213
touch test262_errors.txt
1314
./bin/run-test262 -m -c test262.conf -a

0 commit comments

Comments
 (0)