[clang] b0df904 - [Diagnostic][test] Remove an unneeded change to pragma_diagnostic_sections.cpp after D70638

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 3 16:43:42 PST 2019


Author: Fangrui Song
Date: 2019-12-03T16:43:35-08:00
New Revision: b0df90488ce9c703d1bbc3d02c4b29e85d0f706b

URL: https://github.com/llvm/llvm-project/commit/b0df90488ce9c703d1bbc3d02c4b29e85d0f706b
DIFF: https://github.com/llvm/llvm-project/commit/b0df90488ce9c703d1bbc3d02c4b29e85d0f706b.diff

LOG: [Diagnostic][test] Remove an unneeded change to pragma_diagnostic_sections.cpp after D70638

Added: 
    

Modified: 
    clang/test/Preprocessor/pragma_diagnostic_sections.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Preprocessor/pragma_diagnostic_sections.cpp b/clang/test/Preprocessor/pragma_diagnostic_sections.cpp
index 2bba7595a810..b680fae5b993 100644
--- a/clang/test/Preprocessor/pragma_diagnostic_sections.cpp
+++ b/clang/test/Preprocessor/pragma_diagnostic_sections.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -Wall -Wunused-macros -Wunused-parameter -Wno-uninitialized -Wno-misleading-indentation -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wall -Wunused-macros -Wunused-parameter -Wno-uninitialized -verify %s
 
 // rdar://8365684
 struct S {


        


More information about the cfe-commits mailing list