summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/dcl_ambig_res.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/dcl_ambig_res.cpp')
-rw-r--r--test/SemaCXX/dcl_ambig_res.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SemaCXX/dcl_ambig_res.cpp b/test/SemaCXX/dcl_ambig_res.cpp
index 859d204..f0ba297 100644
--- a/test/SemaCXX/dcl_ambig_res.cpp
+++ b/test/SemaCXX/dcl_ambig_res.cpp
@@ -12,8 +12,8 @@ void foo(double a)
{
S w(int(a)); // expected-warning{{disambiguated}}
w(17);
- S x(int()); // expected-warning{{disambiguated}}
- x(&returns_an_int);
+ S x1(int()); // expected-warning{{disambiguated}}
+ x1(&returns_an_int);
S y((int)a);
y.bar();
S z = int(a);
OpenPOWER on IntegriCloud