r279034 - Remove debugging aids from this test and fix its expectations.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 17 23:15:20 PDT 2016


Author: rsmith
Date: Thu Aug 18 01:15:19 2016
New Revision: 279034

URL: http://llvm.org/viewvc/llvm-project?rev=279034&view=rev
Log:
Remove debugging aids from this test and fix its expectations.

Modified:
    cfe/trunk/test/Modules/pr28438.cpp

Modified: cfe/trunk/test/Modules/pr28438.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/pr28438.cpp?rev=279034&r1=279033&r2=279034&view=diff
==============================================================================
--- cfe/trunk/test/Modules/pr28438.cpp (original)
+++ cfe/trunk/test/Modules/pr28438.cpp Thu Aug 18 01:15:19 2016
@@ -4,6 +4,4 @@
 #include "a.h"
 #include "b2.h"
 
-#pragma clang __debug macro FOO
-
-FOO // xpected-no-diagnostics
+FOO // expected-no-diagnostics




More information about the cfe-commits mailing list