From: Douglas Gregor Date: Tue, 24 Aug 2010 22:46:25 +0000 (+0000) Subject: Remove i386 macro check from expected output of preprocessor X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecbd4a84b9a1c47f913e8d5f67f65455a091bbbd;p=clang Remove i386 macro check from expected output of preprocessor git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111984 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/complete-preprocessor.m b/test/Index/complete-preprocessor.m index d3a07d6f06..5a20c1c333 100644 --- a/test/Index/complete-preprocessor.m +++ b/test/Index/complete-preprocessor.m @@ -67,7 +67,6 @@ FOO(in,t) value; // CHECK-CC5: NotImplemented:{TypedText extern} (30) // CHECK-CC5: NotImplemented:{TypedText float} (40) // CHECK-CC5: macro definition:{TypedText FOO}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (70) -// CHECK-CC5: macro definition:{TypedText i386} (70) // CHECK-CC5: TypedefDecl:{TypedText id} (40) // CHECK-CC5: NotImplemented:{TypedText inline} (30) // CHECK-CC5: NotImplemented:{TypedText int} (40)