summaryrefslogtreecommitdiff
path: root/test/lit/passes/local-subtyping.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/local-subtyping.wast')
-rw-r--r--test/lit/passes/local-subtyping.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/passes/local-subtyping.wast b/test/lit/passes/local-subtyping.wast
index 89ba6429a..b25bb41b1 100644
--- a/test/lit/passes/local-subtyping.wast
+++ b/test/lit/passes/local-subtyping.wast
@@ -8,9 +8,9 @@
;; testcases.
(module
- (type ${} (sub (struct)))
+ (type $"{}" (sub (struct)))
- (type ${i32} (sub (struct (field i32))))
+ (type $"{i32}" (sub (struct (field i32))))
(type $array (sub (array i8)))