diff options
Diffstat (limited to 'test/passes/simplify-locals_all-features_disable-exception-handling.wast')
-rw-r--r-- | test/passes/simplify-locals_all-features_disable-exception-handling.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/simplify-locals_all-features_disable-exception-handling.wast b/test/passes/simplify-locals_all-features_disable-exception-handling.wast index f9806641c..803d557f6 100644 --- a/test/passes/simplify-locals_all-features_disable-exception-handling.wast +++ b/test/passes/simplify-locals_all-features_disable-exception-handling.wast @@ -1548,7 +1548,7 @@ ) (module (memory 256 256) - (data passive "hello, there!") + (data "hello, there!") (func $memory-init-load (local $x i32) (local.set $x |