aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CXX/conv/conv.prom/p4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/conv/conv.prom/p4.cpp b/test/CXX/conv/conv.prom/p4.cpp
index 628c19c463..5f34dc4d39 100644
--- a/test/CXX/conv/conv.prom/p4.cpp
+++ b/test/CXX/conv/conv.prom/p4.cpp
@@ -14,7 +14,7 @@ enum B : bool { false_, true_ };
template<bool> struct T {};
T<false_> f;
T<true_> t;
-// FIXME: DR1407 will make this ill-formed for a different reason.
+// FIXME: DR1407 will make this ill-formed
T<+true_> q; // desired-error {{conversion from 'int' to 'bool'}}
enum B2 : bool {