[llvm] r345335 - Tidy up test case

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: 345335

URL: http://llvm.org/viewvc/llvm-project?rev=345335&view=rev
Log:
Tidy up test case

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

Modified: 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&r1=345334&r2=345335&view=diff
==============================================================================
--- llvm/trunk/test/MC/WebAssembly/block-mismatch.s (original)
+++ llvm/trunk/test/MC/WebAssembly/block-mismatch.s Thu Oct 25 16:35:15 2018
@@ -9,5 +9,3 @@ test0:
   # CHECK: End marker mismatch!
   end_block
   end_function
-.Lfunc_end1:
-  .size  test1, .Lfunc_end1-test1




More information about the llvm-commits mailing list