From 232483aeccf63ba758784f482f825ccfbc1ab090 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. llvm-svn: 11831 --- llvm/test/Regression/Assembler/2002-05-02-ParseError.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/Regression/Assembler/2002-05-02-ParseError.ll b/llvm/test/Regression/Assembler/2002-05-02-ParseError.ll index 44f97a0be098..b5809a87106c 100644 --- a/llvm/test/Regression/Assembler/2002-05-02-ParseError.ll +++ b/llvm/test/Regression/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 *