diff options
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index d220dca7..9f561473 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3743,7 +3743,7 @@ def process(filename): ''' self.do_run(src, "some string constant") - def zzztest_istream(self): + def test_istream(self): if self.emcc_args is None: return self.skip('requires libcxx') src = ''' |