From 87c1b59e8bf59ca32e725ca72f09ebef98928091 Mon Sep 17 00:00:00 2001 From: Philipp Brüschweiler Date: Tue, 25 Jun 2013 11:27:43 +0200 Subject: Fix some warnings in the check-fast tests --- src/etc/combine-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/etc/combine-tests.py b/src/etc/combine-tests.py index 8e9caf189c2..36031d31149 100755 --- a/src/etc/combine-tests.py +++ b/src/etc/combine-tests.py @@ -60,7 +60,7 @@ i = 0 for t in stage2_tests: p = os.path.join("test", "run-pass", t) p = p.replace("\\", "\\\\") - d.write(" out.write_str(~\"run-pass [stage2]: %s\\n\");\n" % p) + d.write(" out.write_str(\"run-pass [stage2]: %s\\n\");\n" % p) d.write(" t_%d::main();\n" % i) i += 1 d.write("}\n") -- cgit 1.4.1-3-g733a5