summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-getlocal-name-undefined.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-getlocal-name-undefined.txt')
-rw-r--r--test/parse/expr/bad-getlocal-name-undefined.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/parse/expr/bad-getlocal-name-undefined.txt b/test/parse/expr/bad-getlocal-name-undefined.txt
index 25ac7df8..51181743 100644
--- a/test/parse/expr/bad-getlocal-name-undefined.txt
+++ b/test/parse/expr/bad-getlocal-name-undefined.txt
@@ -1,7 +1,7 @@
;;; ERROR: 1
-(module (func (get_local $n)))
+(module (func get_local $n))
(;; STDERR ;;;
-parse/expr/bad-getlocal-name-undefined.txt:2:26: undefined local variable "$n"
-(module (func (get_local $n)))
- ^^
+parse/expr/bad-getlocal-name-undefined.txt:2:25: undefined local variable "$n"
+(module (func get_local $n))
+ ^^
;;; STDERR ;;)