diff options
Diffstat (limited to 'test/lit/ctor-eval')
-rw-r--r-- | test/lit/ctor-eval/multivalue-local.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/ctor-eval/multivalue-local.wast b/test/lit/ctor-eval/multivalue-local.wast index 4d9ddba23..306e26a41 100644 --- a/test/lit/ctor-eval/multivalue-local.wast +++ b/test/lit/ctor-eval/multivalue-local.wast @@ -11,7 +11,7 @@ (func $multivalue-local (export "multivalue-local") (result i32) (local $0 i32) - (local $1 (i32 i32)) + (local $1 (tuple i32 i32)) ;; We can eval this line. But we will stop evalling at the line after it, the ;; import call. As a result we'll only have a partial evalling of this |