Skip to content

Commit adec734

Browse files
author
Fabrice Bellard
committed
fixed test of test262 directory
1 parent d378a9f commit adec734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ test2o-update: run-test262
524524
./run-test262 -t -u -c test262o.conf
525525
endif
526526

527-
ifeq ($(wildcard test262o/tests.txt),)
527+
ifeq ($(wildcard test262/features.txt),)
528528
test2 test2-32 test2-update test2-default test2-check:
529529
@echo test262 tests not installed
530530
else

0 commit comments

Comments
 (0)