summaryrefslogtreecommitdiffstats
path: root/test/CXX/class/class.local/p2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/class/class.local/p2.cpp')
-rw-r--r--test/CXX/class/class.local/p2.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CXX/class/class.local/p2.cpp b/test/CXX/class/class.local/p2.cpp
index 854415f..56ff1e5 100644
--- a/test/CXX/class/class.local/p2.cpp
+++ b/test/CXX/class/class.local/p2.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s -faccess-control
+// RUN: %clang_cc1 -fsyntax-only -verify %s -faccess-control
struct A { };
@@ -7,6 +7,5 @@ void f() {
B b;
- A *a = &b; // expected-error{{conversion from 'struct B' to inaccessible base class 'struct A'}} \
- expected-error{{incompatible type initializing 'struct B *', expected 'struct A *'}}
+ A *a = &b; // expected-error{{conversion from 'struct B' to inaccessible base class 'struct A'}}
}
OpenPOWER on IntegriCloud