summaryrefslogtreecommitdiff
path: root/test/interp/unreachable.txt
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2016-04-01 15:21:00 -0700
committerBen Smith <binji@chromium.org>2016-04-02 22:32:14 -0700
commit401fa488a537e5e735969576a55c3dfd110b01a1 (patch)
tree340b068efd786ac5a7dc866f59d5511eb3211268 /test/interp/unreachable.txt
parent370e9dfe9bd7299f8a36c9f127762c47ce90241e (diff)
downloadwabt-401fa488a537e5e735969576a55c3dfd110b01a1.tar.gz
wabt-401fa488a537e5e735969576a55c3dfd110b01a1.tar.bz2
wabt-401fa488a537e5e735969576a55c3dfd110b01a1.zip
fix some bugs w/ nullary calls and returns
Diffstat (limited to 'test/interp/unreachable.txt')
-rw-r--r--test/interp/unreachable.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interp/unreachable.txt b/test/interp/unreachable.txt
index 857e5cce..febe17b9 100644
--- a/test/interp/unreachable.txt
+++ b/test/interp/unreachable.txt
@@ -4,5 +4,5 @@
(func
(unreachable)))
(;; STDOUT ;;;
-trap()error: unreachable executed
+trap() error: unreachable executed
;;; STDOUT ;;)