summaryrefslogtreecommitdiffstats
path: root/test/PCH/ms-if-exists.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/ms-if-exists.cpp')
-rw-r--r--test/PCH/ms-if-exists.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/PCH/ms-if-exists.cpp b/test/PCH/ms-if-exists.cpp
index 4bea198..be29ac6 100644
--- a/test/PCH/ms-if-exists.cpp
+++ b/test/PCH/ms-if-exists.cpp
@@ -11,7 +11,7 @@ void f(T t) {
}
__if_not_exists(T::bar) {
- int *i = t; // expected-error{{no viable conversion from 'HasFoo' to 'int *'}}
+ int *i = t;
{ }
}
}
@@ -25,5 +25,6 @@ struct HasBar {
};
template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<HasFoo>' requested here}}
+ // expected-error@14{{no viable conversion from 'HasFoo' to 'int *'}}
template void f(HasBar);
#endif
OpenPOWER on IntegriCloud