Skip to content

Commit 97e3525

Browse files
authoredFeb 27, 2024
Run test_metadce_minimal in STRICT mode. NFC (#21438)
1 parent dba8ca0 commit 97e3525

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7177
1+
6845
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19537
1+
18753

‎test/test_other.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -8441,7 +8441,8 @@ def strip_numeric_suffixes(funcname):
84418441
'wasmfs': (['-Oz', '-sWASMFS'], [], []), # noqa
84428442
})
84438443
def test_metadce_minimal(self, *args):
8444-
self.set_setting('INCOMING_MODULE_JS_API', [])
8444+
self.set_setting('STRICT')
8445+
self.emcc_args.append('--no-entry')
84458446
self.run_metadce_test('minimal.c', *args)
84468447

84478448
@node_pthreads

0 commit comments

Comments
 (0)
Please sign in to comment.