summaryrefslogtreecommitdiff
path: root/test/lit/nominal-no-gc.wast
blob: 82f2698d9daa4adf089f42e235bd38b19480064b (plain)
1
2
3
4
5
;; Using --nominal without GC is not allowed.

;; RUN: not wasm-opt %s --nominal --disable-gc -g -o %t.wasm 2>&1 | filecheck %s

;; CHECK: Nominal typing is only allowed when GC is enabled