From: Duncan Sands Date: Mon, 17 Aug 2009 12:20:45 +0000 (+0000) Subject: XFAIL this test since the fix was reverted. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=afc4940466b6d573fb3adbfe20fa8922f8255165;p=oota-llvm.git XFAIL this test since the fix was reverted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79235 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC++/2009-08-03-Varargs.cpp b/test/FrontendC++/2009-08-03-Varargs.cpp index 2e656f68543..cea3894c84e 100644 --- a/test/FrontendC++/2009-08-03-Varargs.cpp +++ b/test/FrontendC++/2009-08-03-Varargs.cpp @@ -1,4 +1,5 @@ // RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\) +// XFAIL: * // PR4678 void a(...) { }