From cd63243c5b3b2fa938f365edab30139f74549b51 Mon Sep 17 00:00:00 2001 From: Wouter van Oortmerssen Date: Wed, 30 Sep 2020 17:27:14 -0700 Subject: Update testsuite to 646b43e (#1555) (this is HEAD~1 as of this writing, HEAD containing the Memory64 tests which I want to land separately) --- test/update-spec-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/update-spec-tests.py') diff --git a/test/update-spec-tests.py b/test/update-spec-tests.py index 07871ae2..a78f8bd1 100755 --- a/test/update-spec-tests.py +++ b/test/update-spec-tests.py @@ -63,7 +63,7 @@ def ProcessDir(wabt_test_dir, testsuite_dir, tool, flags=None): with open(test_filename, 'w') as f: f.write(';;; TOOL: %s\n' % tool) - f.write(';;; STDIN_FILE: %s\n' % wast_filename) + f.write(';;; STDIN_FILE: %s\n' % wast_filename.replace(os.sep, '/')) if flags: f.write(';;; ARGS*: %s\n' % flags) -- cgit v1.2.3