diff options
Diffstat (limited to 'test/atomics-unshared.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/atomics-unshared.wast.fromBinary.noDebugInfo | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/atomics-unshared.wast.fromBinary.noDebugInfo b/test/atomics-unshared.wast.fromBinary.noDebugInfo deleted file mode 100644 index 0c47138fc..000000000 --- a/test/atomics-unshared.wast.fromBinary.noDebugInfo +++ /dev/null @@ -1,14 +0,0 @@ -(module - (type $0 (func)) - (memory $0 1 1) - (func $0 (type $0) - (drop - (i32.atomic.rmw.cmpxchg - (i32.const 0) - (i32.const 0) - (i32.const 0) - ) - ) - ) -) - |