mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 14:16:12 +00:00
Delete test case. Assertions can't be tested.
llvm-svn: 345336
This commit is contained in:
parent
377d125aa5
commit
9d4ed39735
@ -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…
x
Reference in New Issue
Block a user