diff --git a/test/test_other.py b/test/test_other.py index 7be8a15ae9eca..743d1d9d17b30 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -1235,7 +1235,7 @@ def test_odd_suffixes(self): shutil.copy(test_file('hello_world.c'), 'test.' + suffix) self.do_runf('test.' + suffix, 'hello, world!') - for suffix in ('lo'): + for suffix in ('lo',): self.clear() print(suffix) self.run_process([EMCC, test_file('hello_world.c'), '-shared', '-o', 'binary.' + suffix])