summaryrefslogtreecommitdiff
path: root/test/binaryen.js/debug-info.js.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/debug-info.js.txt')
-rw-r--r--test/binaryen.js/debug-info.js.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/binaryen.js/debug-info.js.txt b/test/binaryen.js/debug-info.js.txt
index 7802e3415..027961741 100644
--- a/test/binaryen.js/debug-info.js.txt
+++ b/test/binaryen.js/debug-info.js.txt
@@ -5,7 +5,6 @@ debugInfo=false
(memory $0 0)
(export "test" (func $0))
(func $0
- (nop)
)
)
@@ -16,7 +15,6 @@ debugInfo=true
(memory $0 0)
(export "test" (func $test))
(func $test
- (nop)
)
)
@@ -27,7 +25,6 @@ debugInfo=false
(memory $0 0)
(export "test" (func $0))
(func $0
- (nop)
)
)