summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.nest/p1-cxx0x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CXX/class/class.nest/p1-cxx0x.cpp')
-rw-r--r--clang/test/CXX/class/class.nest/p1-cxx0x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/class/class.nest/p1-cxx0x.cpp b/clang/test/CXX/class/class.nest/p1-cxx0x.cpp
index 0f12579ee4f..b7a1a48c64f 100644
--- a/clang/test/CXX/class/class.nest/p1-cxx0x.cpp
+++ b/clang/test/CXX/class/class.nest/p1-cxx0x.cpp
@@ -9,6 +9,6 @@ class Outer {
class Inner {
static char a[sizeof(x)]; // okay
static char b[sizeof(sx)]; // okay
- static char c[sizeof(f)]; // expected-error {{ call to non-static member function without an object argument }}
+ static char c[sizeof(f)]; // expected-error {{call to non-static member function without an object argument}}
};
};
OpenPOWER on IntegriCloud