Disable disambig001 test for js

Since it doesn't have getArgs available (and it's tested adequately by
the other backend tests)
This commit is contained in:
Edwin Brady 2015-05-18 12:31:01 +01:00
parent 5b73dcbde1
commit dcc3942b3c

View File

@ -8,7 +8,7 @@ test: $(TESTS)
@perl ./runtest.pl $(patsubst %.test,%,$@)
test_js:
@perl ./runtest.pl without sugar004 reg029 reg052 io001 dsl002 io003 effects001 effects002 effects003 effects004 basic007 basic011 primitives004 ffi006 --codegen node
@perl ./runtest.pl without disambig001 sugar004 reg029 reg052 io001 dsl002 io003 effects001 effects002 effects003 effects004 basic007 basic011 primitives004 ffi006 --codegen node
update:
/usr/bin/env perl ./runtest.pl all -u