Skip to content

Commit 0d220bd

Browse files
committed
newlines
1 parent 9f65b79 commit 0d220bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/spec/return_call.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@
199199
(assert_invalid
200200
(module (func $large-func (return_call 1012321300)))
201201
"unknown function"
202-
)
202+
)

test/spec/return_call_eh.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
)
3333
)
3434

35-
(assert_return (invoke "test") (i32.const 42))
35+
(assert_return (invoke "test") (i32.const 42))

test/spec/return_call_indirect.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,4 +533,4 @@
533533
(assert_invalid
534534
(module (table funcref (elem 0 0)))
535535
"unknown function 0"
536-
)
536+
)

test/spec/return_call_ref.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,4 +374,4 @@
374374
)
375375
)
376376
"type mismatch"
377-
)
377+
)

0 commit comments

Comments
 (0)