diff options
Diffstat (limited to 'test/parse/func/bad-local-binding.txt')
-rw-r--r-- | test/parse/func/bad-local-binding.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/func/bad-local-binding.txt b/test/parse/func/bad-local-binding.txt index 657e4e91..93ed5491 100644 --- a/test/parse/func/bad-local-binding.txt +++ b/test/parse/func/bad-local-binding.txt @@ -1,7 +1,7 @@ ;;; ERROR: 1 (module (func (local $foo $bar))) (;; STDERR ;;; -parse/func/bad-local-binding.txt:2:27: syntax error, unexpected VAR, expecting VALUE_TYPE +out/test/parse/func/bad-local-binding.txt:2:27: syntax error, unexpected VAR, expecting VALUE_TYPE (module (func (local $foo $bar))) ^^^^ ;;; STDERR ;;) |