summaryrefslogtreecommitdiff
path: root/test/lit/basic/min.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/basic/min.wast')
-rw-r--r--test/lit/basic/min.wast3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lit/basic/min.wast b/test/lit/basic/min.wast
index 74898f59f..44928cd83 100644
--- a/test/lit/basic/min.wast
+++ b/test/lit/basic/min.wast
@@ -32,7 +32,6 @@
(memory $0 256 256)
;; CHECK-TEXT: (export "floats" (func $floats))
;; CHECK-BIN: (export "floats" (func $floats))
- ;; CHECK-BIN-NODEBUG: (export "floats" (func $0))
(export "floats" (func $floats))
;; CHECK-TEXT: (func $floats (type $0) (param $f f32) (result f32)
@@ -183,6 +182,8 @@
)
)
)
+;; CHECK-BIN-NODEBUG: (export "floats" (func $0))
+
;; CHECK-BIN-NODEBUG: (func $0 (type $0) (param $0 f32) (result f32)
;; CHECK-BIN-NODEBUG-NEXT: (local $1 f32)
;; CHECK-BIN-NODEBUG-NEXT: (f32.add