File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12737,7 +12737,7 @@ def test_warning_flags(self):
1273712737 stderr = self.run_process(cmd + ['-w'], stderr=PIPE).stderr
1273812738 self.assertNotContained('warning', stderr)
1273912739
12740- # -Wno-invalid-input to suppress just this one warning
12740+ # -Wno-emcc to suppress just this one warning
1274112741 stderr = self.run_process(cmd + ['-Wno-emcc'], stderr=PIPE).stderr
1274212742 self.assertNotContained('warning', stderr)
1274312743
Original file line number Diff line number Diff line change 7272# unused diagnostic flags. TODO(sbc): remove at some point
7373diagnostics .add_warning ('almost-asm' )
7474diagnostics .add_warning ('experimental' )
75- diagnostics .add_warning ('invalid-input' )
7675# Don't show legacy settings warnings by default
7776diagnostics .add_warning ('legacy-settings' , enabled = False , part_of_all = False )
7877# Catch-all for other emcc warnings
You can’t perform that action at this time.
0 commit comments