summaryrefslogtreecommitdiff
path: root/test/lit/nominal-func.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/nominal-func.wast')
-rw-r--r--test/lit/nominal-func.wast5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/lit/nominal-func.wast b/test/lit/nominal-func.wast
index 4aeef2eb7..b5f266db3 100644
--- a/test/lit/nominal-func.wast
+++ b/test/lit/nominal-func.wast
@@ -1,12 +1,9 @@
;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited.
;; RUN: wasm-opt %s -all --nominal -S -o - | filecheck %s
-
-;; TODO: Preserve function heap types through round tripping as well.
-;; RUNX: wasm-opt %s -all --nominal --roundtrip -S -o - | filecheck %s
+;; RUN: wasm-opt %s -all --nominal --roundtrip -S -o - | filecheck %s
(module
;; This will be the "canonical" function type rather than $foo_t
- ;; CHECK: (type $bad_t (func))
(type $bad_t (func))
;; CHECK: (type $foo_t (func))