summaryrefslogtreecommitdiff
path: root/test/unit/test_passes.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_passes.py')
-rw-r--r--test/unit/test_passes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/test_passes.py b/test/unit/test_passes.py
index 5f91afa92..838f1d2f7 100644
--- a/test/unit/test_passes.py
+++ b/test/unit/test_passes.py
@@ -13,7 +13,6 @@ class PassesTest(utils.BinaryenTestCase):
hello_wat = self.input_path('hello_world.wat')
log = shared.run_process(shared.WASM_OPT + [hello_wat] + args,
stderr=subprocess.PIPE).stderr
- print(log)
passes = re.findall(r'running pass: ([\w-]+)\.\.\.', log)
return passes
finally: