Remove FileCheck from test case token_landingpad.ll.
[oota-llvm.git] / test / CodeGen / X86 / token_landingpad.ll
index 68b0422f0ac0b1f0249d74d67fca5f958341a09f..087b68bfce8aad28676100603807b5c2bde9d565 100644 (file)
@@ -1,9 +1,8 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc < %s
 
-; This test verifies that SelectionDAG can handle landingPad of token type.
+; This test verifies that SelectionDAG can handle landingPad of token type and not crash LLVM.
 
 define void @test() personality i32 (...)* @dummy_personality {
-; CHECK: dummy_personality
 entry:
   invoke void @dummy()
           to label %return unwind label %unwind