summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/pragma_diagnostic_sections.cpp
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-12-03 16:39:48 -0800
committerFangrui Song <maskray@google.com>2019-12-03 16:43:35 -0800
commitb0df90488ce9c703d1bbc3d02c4b29e85d0f706b (patch)
tree921481aa5c29d1d266de1b902fd853cd3ea64045 /clang/test/Preprocessor/pragma_diagnostic_sections.cpp
parentba47a3c945a00f4d06a25a9a06edea2cc4e1b7d4 (diff)
downloadbcm5719-llvm-b0df90488ce9c703d1bbc3d02c4b29e85d0f706b.tar.gz
bcm5719-llvm-b0df90488ce9c703d1bbc3d02c4b29e85d0f706b.zip
[Diagnostic][test] Remove an unneeded change to pragma_diagnostic_sections.cpp after D70638
Diffstat (limited to 'clang/test/Preprocessor/pragma_diagnostic_sections.cpp')
-rw-r--r--clang/test/Preprocessor/pragma_diagnostic_sections.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/pragma_diagnostic_sections.cpp b/clang/test/Preprocessor/pragma_diagnostic_sections.cpp
index 2bba7595a81..b680fae5b99 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 {
OpenPOWER on IntegriCloud