diff options
Diffstat (limited to 'test/complexTextNames.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/complexTextNames.wast.fromBinary.noDebugInfo | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/complexTextNames.wast.fromBinary.noDebugInfo b/test/complexTextNames.wast.fromBinary.noDebugInfo deleted file mode 100644 index 2cc81f708..000000000 --- a/test/complexTextNames.wast.fromBinary.noDebugInfo +++ /dev/null @@ -1,11 +0,0 @@ -(module - (type $0 (func)) - (export "$zoo (.bar)" (func $1)) - (func $0 (type $0) - (nop) - ) - (func $1 (type $0) - (call $0) - ) -) - |