diff options
Diffstat (limited to 'test/parse/expr/bad-setglobal-undefined.txt')
-rw-r--r-- | test/parse/expr/bad-setglobal-undefined.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/bad-setglobal-undefined.txt b/test/parse/expr/bad-setglobal-undefined.txt index b5500315..f681fba4 100644 --- a/test/parse/expr/bad-setglobal-undefined.txt +++ b/test/parse/expr/bad-setglobal-undefined.txt @@ -4,7 +4,7 @@ i32.const 1 set_global 0)) (;; STDERR ;;; -out/test/parse/expr/bad-setglobal-undefined.txt:5:22: error: global variable out of range (max 0) +out/test/parse/expr/bad-setglobal-undefined.txt:5:22: error: global variable out of range: 0 (max 4294967295) set_global 0)) ^ ;;; STDERR ;;) |