diff options
author | Thomas Lively <tlively@google.com> | 2023-08-31 14:32:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 12:32:33 -0700 |
commit | 90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da (patch) | |
tree | 02c201b1afd2de7f8237adc3737734e19b77cd2b /test/lit/binary/stacky-nn-tuple.test | |
parent | 5bfb19239a15fec2d2ce44606d7c6e2b821302e1 (diff) | |
download | binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.tar.gz binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.tar.bz2 binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.zip |
Remove the GCNNLocals feature (#5080)
Now that the WasmGC spec has settled on a way of validating non-nullable locals,
we no longer need this experimental feature that allowed nonstandard uses of
non-nullable locals.
Diffstat (limited to 'test/lit/binary/stacky-nn-tuple.test')
-rw-r--r-- | test/lit/binary/stacky-nn-tuple.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/binary/stacky-nn-tuple.test b/test/lit/binary/stacky-nn-tuple.test index 41abc1d7d..e8a0475b5 100644 --- a/test/lit/binary/stacky-nn-tuple.test +++ b/test/lit/binary/stacky-nn-tuple.test @@ -36,7 +36,7 @@ # ) # ) -RUN: wasm-opt -all --enable-gc-nn-locals %s.wasm -all --print +RUN: wasm-opt -all %s.wasm -all --print # CHECK: (module # CHECK-NEXT: (type ${mut:i32} (struct (field (mut i32)))) @@ -109,4 +109,4 @@ RUN: wasm-opt -all --enable-gc-nn-locals %s.wasm -all --print # CHECK-NEXT: ) # CHECK-NEXT: ) # CHECK-NEXT: ) -# CHECK-NEXT: +# CHECK-NEXT: |