diff options
Diffstat (limited to 'test/lit/passes/optimize-casts-noeh.wast')
-rw-r--r-- | test/lit/passes/optimize-casts-noeh.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/optimize-casts-noeh.wast b/test/lit/passes/optimize-casts-noeh.wast index 351c2fd4b..3cee5f3d4 100644 --- a/test/lit/passes/optimize-casts-noeh.wast +++ b/test/lit/passes/optimize-casts-noeh.wast @@ -2,7 +2,7 @@ ;; RUN: wasm-opt %s --optimize-casts --enable-reference-types --enable-gc --enable-tail-call -S -o - | filecheck %s (module - ;; CHECK: (type $A (struct )) + ;; CHECK: (type $A (struct)) (type $A (struct)) ;; CHECK: (func $yes-past-call (type $1) (param $x (ref struct)) |