summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/nested-namespaces-recovery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/nested-namespaces-recovery.cpp')
-rw-r--r--clang/test/Parser/nested-namespaces-recovery.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Parser/nested-namespaces-recovery.cpp b/clang/test/Parser/nested-namespaces-recovery.cpp
index f751180c96d..d45938bb3e6 100644
--- a/clang/test/Parser/nested-namespaces-recovery.cpp
+++ b/clang/test/Parser/nested-namespaces-recovery.cpp
@@ -2,7 +2,6 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// RUN: not %clang_cc1 -x c++ -fixit %t
// RUN: %clang_cc1 -x c++ %t
-// REQUIRES: rewriter
namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each namespace separately}}
int foo(int x) { return x; }
OpenPOWER on IntegriCloud