Skip to content

Commit

Permalink
fixed test of test262 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Bellard committed May 30, 2024
1 parent d378a9f commit adec734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ test2o-update: run-test262
./run-test262 -t -u -c test262o.conf
endif

ifeq ($(wildcard test262o/tests.txt),)
ifeq ($(wildcard test262/features.txt),)
test2 test2-32 test2-update test2-default test2-check:
@echo test262 tests not installed
else
Expand Down

0 comments on commit adec734

Please sign in to comment.