diff options
Diffstat (limited to 'test/passes/simplify-locals_all-features_disable-exception-handling.txt')
-rw-r--r-- | test/passes/simplify-locals_all-features_disable-exception-handling.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/simplify-locals_all-features_disable-exception-handling.txt b/test/passes/simplify-locals_all-features_disable-exception-handling.txt index 92f4deb2c..3254aff45 100644 --- a/test/passes/simplify-locals_all-features_disable-exception-handling.txt +++ b/test/passes/simplify-locals_all-features_disable-exception-handling.txt @@ -1720,7 +1720,7 @@ (module (type $none_=>_none (func)) (memory $0 256 256) - (data passive "hello, there!") + (data "hello, there!") (func $memory-init-load (local $x i32) (local.set $x |