Skip to content

Commit c9b22f4

Browse files
committed
disable named globals test in fastcomp
1 parent c7ccd83 commit c9b22f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_core.py

+2
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,8 @@ def test_strings(self):
937937
for named in (0, 1):
938938
print named
939939

940+
if os.environ.get('EMCC_FAST_COMPILER') == '1' and named: continue # no named globals in fastcomp
941+
940942
Settings.NAMED_GLOBALS = named
941943
self.do_run_from_file(src, output, ['wowie', 'too', '74'])
942944

0 commit comments

Comments
 (0)