Skip to content

Commit

Permalink
[WebAssembly][NFC] Fix errant tabs in test case in last commit
Browse files Browse the repository at this point in the history
[4e8b2ac](https://reviews.llvm.org/rG4e8b2ac7c019) contained unintended
tabs. This commit fixes that.
  • Loading branch information
asb committed May 19, 2022
1 parent 94d6dd9 commit 2f8c067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/MC/WebAssembly/type-checker-disabled.s
Expand Up @@ -5,9 +5,9 @@
correctly_typed:
.functype correctly_typed () -> (i32)
i32.const 1
end_function
end_function

incorrectly_typed:
.functype incorrectly_typed () -> (i32)
nop
end_function
end_function

0 comments on commit 2f8c067

Please sign in to comment.