[llvm] r345336 - Delete test case. Assertions can't be tested.

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 16:35:15 PDT 2018


Author: aheejin
Date: Thu Oct 25 16:35:15 2018
New Revision: 345336

URL: http://llvm.org/viewvc/llvm-project?rev=345336&view=rev
Log:
Delete test case. Assertions can't be tested.

Removed:
    llvm/trunk/test/MC/WebAssembly/block-mismatch.s

Removed: llvm/trunk/test/MC/WebAssembly/block-mismatch.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/WebAssembly/block-mismatch.s?rev=345335&view=auto
==============================================================================
--- llvm/trunk/test/MC/WebAssembly/block-mismatch.s (original)
+++ llvm/trunk/test/MC/WebAssembly/block-mismatch.s (removed)
@@ -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, at function
-test0:
-  block
-  end_block
-  # CHECK: End marker mismatch!
-  end_block
-  end_function




More information about the llvm-commits mailing list