diff options
Diffstat (limited to 'test/ctor-eval/imported.wast')
-rw-r--r-- | test/ctor-eval/imported.wast | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ctor-eval/imported.wast b/test/ctor-eval/imported.wast index 982beacbe..d385afac2 100644 --- a/test/ctor-eval/imported.wast +++ b/test/ctor-eval/imported.wast @@ -37,7 +37,6 @@ (i32.store8 (i32.const 12) (i32.const 115)) ) (func $test2 - (set_global $tempDoublePtrMut (i32.const 1)) ;; bad! (i32.store8 (i32.const 13) (i32.const 115)) ) (func $test3 |