Delete test case. Assertions can't be tested.

llvm-svn: 345336
This commit is contained in:
Heejin Ahn 2018-10-25 23:35:15 +00:00
parent 377d125aa5
commit 9d4ed39735

View File

@ -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