summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-friend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/cxx-friend.cpp')
-rw-r--r--clang/test/Parser/cxx-friend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/cxx-friend.cpp b/clang/test/Parser/cxx-friend.cpp
index 62637bdc8d6..397894727b7 100644
--- a/clang/test/Parser/cxx-friend.cpp
+++ b/clang/test/Parser/cxx-friend.cpp
@@ -6,7 +6,7 @@ class C {
class A {
public:
- void f();
+ void f();
};
friend int x; // expected-error {{'friend' used outside of class}}
OpenPOWER on IntegriCloud