diff options
Diffstat (limited to 'test/lit/global-only.wast')
-rw-r--r-- | test/lit/global-only.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/global-only.wast b/test/lit/global-only.wast index ac3e1ee8f..ca87ff36f 100644 --- a/test/lit/global-only.wast +++ b/test/lit/global-only.wast @@ -6,7 +6,7 @@ ;; RUN: wasm-opt -all %s -S -o - | filecheck %s (module $parse - ;; CHECK: (type $t (struct )) + ;; CHECK: (type $t (struct)) (type $t (struct)) ;; CHECK: (global $g (ref null $t) (ref.null none)) (global $g (ref null $t) (ref.null $t)) |