From f44f72715dfe05184fdb6a5bf5199c9addbb3c40 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 25 Feb 2004 20:34:02 +0000 Subject: [PATCH] Note that this test is currently expected to fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11831 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2002-05-02-ParseError.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Assembler/2002-05-02-ParseError.ll b/test/Assembler/2002-05-02-ParseError.ll index 44f97a0be09..b5809a87106 100644 --- a/test/Assembler/2002-05-02-ParseError.ll +++ b/test/Assembler/2002-05-02-ParseError.ll @@ -1,5 +1,6 @@ ; This should parse correctly without an 'implementation', but our current YACC ; based parser doesn't have the required 2 token lookahead... +; XFAIL %T = type int *