Skip to content

Commit 5bdfdaf

Browse files
committed
newlines
1 parent cc598a8 commit 5bdfdaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/lit/validation/type-collision-exact.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
(type $foo (struct))
77
(type $A (struct (field (ref $foo))))
88
(type $B (struct (field (ref (exact $foo)))))
9-
)
9+
)

test/lit/validation/type-collision-funcref.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
(type $foo (func))
77
(type $A (func (param (ref null $foo))))
88
(type $B (func (param funcref)))
9-
)
9+
)

test/lit/validation/type-collision-null.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
(module
66
(type $A (func (param externref)))
77
(type $B (func (param (ref noextern))))
8-
)
8+
)

0 commit comments

Comments
 (0)