diff options
Diffstat (limited to 'test/lit/passes/precompute-gc.wast')
-rw-r--r-- | test/lit/passes/precompute-gc.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/precompute-gc.wast b/test/lit/passes/precompute-gc.wast index 78e91d749..896158637 100644 --- a/test/lit/passes/precompute-gc.wast +++ b/test/lit/passes/precompute-gc.wast @@ -1198,7 +1198,7 @@ (drop ;; Read from the local, checking whether precompute set a value there (it ;; should not, as the cast fails). - (call_ref + (call_ref $func-return-i32 (local.get $temp) ) ) |