diff options
Diffstat (limited to 'test/lit/multivalue-stack-ir.wast')
-rw-r--r-- | test/lit/multivalue-stack-ir.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/multivalue-stack-ir.wast b/test/lit/multivalue-stack-ir.wast index ea6fe4d18..b4a394a05 100644 --- a/test/lit/multivalue-stack-ir.wast +++ b/test/lit/multivalue-stack-ir.wast @@ -26,7 +26,7 @@ ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) (func $test - (local $pair (f32 i32)) + (local $pair (tuple f32 i32)) (local $f32 f32) ;; Normally this get-set pair would be eliminated by stack IR optimizations, ;; but then the binary writer's tuple optimizations would leave the only the |