diff options
author | Ben Smith <binjimin@gmail.com> | 2017-01-05 14:35:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 14:35:23 -0800 |
commit | 339c52e067a9d67098e3727f26488c524021f574 (patch) | |
tree | 351293822e86e6e0c0620ccc77d1879740c8d6c1 /test/parse/module/bad-import-memory-redefinition.txt | |
parent | ce155764645df932b0baaa8c1efebbd31bb3ea08 (diff) | |
download | wabt-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.txt | 2 |
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 ;;) |