diff options
Diffstat (limited to 'test/lit/gc-eh.wast')
-rw-r--r-- | test/lit/gc-eh.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit/gc-eh.wast b/test/lit/gc-eh.wast index 808060df1..07e2f18b7 100644 --- a/test/lit/gc-eh.wast +++ b/test/lit/gc-eh.wast @@ -3,6 +3,7 @@ ;; Check that pops of GC types work correctly. ;; RUN: wasm-opt -all %s -S -o - | filecheck %s +;; RUN: wasm-opt -all --nominal %s -S -o - | filecheck %s (module ;; CHECK: (type $A (struct (field (mut i32)))) |