Delete test case. Assertions can't be tested.
llvm-svn: 345336
This commit is contained in:
parent
cc719ba0dd
commit
8370a95d0d
|
|
@ -1,11 +0,0 @@
|
|||
# RUN: not llvm-mc -triple=wasm32-unknown-unknown %s -o - 2>&1 | FileCheck %s
|
||||
|
||||
# This tests if there are block/loop marker mismatches, the program crashes.
|
||||
.text
|
||||
.type test0,@function
|
||||
test0:
|
||||
block
|
||||
end_block
|
||||
# CHECK: End marker mismatch!
|
||||
end_block
|
||||
end_function
|
||||
Loading…
Reference in New Issue