diff options
Diffstat (limited to 'test/memorygrowth-minimal.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth-minimal.fromasm.imprecise | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/memorygrowth-minimal.fromasm.imprecise b/test/memorygrowth-minimal.fromasm.imprecise deleted file mode 100644 index 914736b0a..000000000 --- a/test/memorygrowth-minimal.fromasm.imprecise +++ /dev/null @@ -1,10 +0,0 @@ -(module - (type $i32_=>_i32 (func (param i32) (result i32))) - (import "env" "memory" (memory $memory 256)) - (export "__growWasmMemory" (func $__growWasmMemory)) - (func $__growWasmMemory (; has Stack IR ;) (param $0 i32) (result i32) - (memory.grow - (local.get $0) - ) - ) -) |