Skip to content

Commit

Permalink
Run test_metadce_minimal in STRICT mode. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Feb 26, 2024
1 parent 4ecb306 commit aea4fd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_minimal_O0.gzsize
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7177
6845
2 changes: 1 addition & 1 deletion test/other/metadce/test_metadce_minimal_O0.jssize
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19537
18753
3 changes: 2 additions & 1 deletion test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -8441,7 +8441,8 @@ def strip_numeric_suffixes(funcname):
'wasmfs': (['-Oz', '-sWASMFS'], [], []), # noqa
})
def test_metadce_minimal(self, *args):
self.set_setting('INCOMING_MODULE_JS_API', [])
self.set_setting('STRICT')
self.emcc_args.append('--no-entry')
self.run_metadce_test('minimal.c', *args)

@node_pthreads
Expand Down

0 comments on commit aea4fd2

Please sign in to comment.