summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-import-memory-redefinition.txt
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2017-01-05 14:35:23 -0800
committerGitHub <noreply@github.com>2017-01-05 14:35:23 -0800
commit339c52e067a9d67098e3727f26488c524021f574 (patch)
tree351293822e86e6e0c0620ccc77d1879740c8d6c1 /test/parse/module/bad-import-memory-redefinition.txt
parentce155764645df932b0baaa8c1efebbd31bb3ea08 (diff)
downloadwabt-339c52e067a9d67098e3727f26488c524021f574.tar.gz
wabt-339c52e067a9d67098e3727f26488c524021f574.tar.bz2
wabt-339c52e067a9d67098e3727f26488c524021f574.zip
Update test/run-tests.py (#255)
* Write all intermediate output to out/ * Use real paths for all test names (i.e. include "test/") * A few Python3 fixes
Diffstat (limited to 'test/parse/module/bad-import-memory-redefinition.txt')
-rw-r--r--test/parse/module/bad-import-memory-redefinition.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/module/bad-import-memory-redefinition.txt b/test/parse/module/bad-import-memory-redefinition.txt
index 1610382a..5377d445 100644
--- a/test/parse/module/bad-import-memory-redefinition.txt
+++ b/test/parse/module/bad-import-memory-redefinition.txt
@@ -3,7 +3,7 @@
(import "foo" "bar" (memory $baz 0))
(import "foo" "blah" (memory $baz 0)))
(;; STDERR ;;;
-parse/module/bad-import-memory-redefinition.txt:4:3: redefinition of memory "$baz"
+out/test/parse/module/bad-import-memory-redefinition.txt:4:3: redefinition of memory "$baz"
(import "foo" "blah" (memory $baz 0)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
;;; STDERR ;;)