From ceaf5ad0414bc3091d19fde49efa59ed4f871d36 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 18 Aug 2016 06:15:19 +0000 Subject: [PATCH] Remove debugging aids from this test and fix its expectations. llvm-svn: 279034 --- clang/test/Modules/pr28438.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clang/test/Modules/pr28438.cpp b/clang/test/Modules/pr28438.cpp index b8b9077..43c9ea5 100644 --- a/clang/test/Modules/pr28438.cpp +++ b/clang/test/Modules/pr28438.cpp @@ -4,6 +4,4 @@ #include "a.h" #include "b2.h" -#pragma clang __debug macro FOO - -FOO // xpected-no-diagnostics +FOO // expected-no-diagnostics -- 2.7.4