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):
12737
12737
stderr = self.run_process(cmd + ['-w'], stderr=PIPE).stderr
12738
12738
self.assertNotContained('warning', stderr)
12739
12739
12740
- # -Wno-invalid-input to suppress just this one warning
12740
+ # -Wno-emcc to suppress just this one warning
12741
12741
stderr = self.run_process(cmd + ['-Wno-emcc'], stderr=PIPE).stderr
12742
12742
self.assertNotContained('warning', stderr)
12743
12743
Original file line number Diff line number Diff line change 72
72
# unused diagnostic flags. TODO(sbc): remove at some point
73
73
diagnostics .add_warning ('almost-asm' )
74
74
diagnostics .add_warning ('experimental' )
75
- diagnostics .add_warning ('invalid-input' )
76
75
# Don't show legacy settings warnings by default
77
76
diagnostics .add_warning ('legacy-settings' , enabled = False , part_of_all = False )
78
77
# Catch-all for other emcc warnings
You can’t perform that action at this time.
0 commit comments