diff --git a/clang/test/CXX/conv/conv.prom/p4.cpp b/clang/test/CXX/conv/conv.prom/p4.cpp index 628c19c4633c..5f34dc4d397e 100644 --- a/clang/test/CXX/conv/conv.prom/p4.cpp +++ b/clang/test/CXX/conv/conv.prom/p4.cpp @@ -14,7 +14,7 @@ enum B : bool { false_, true_ }; template struct T {}; T f; T 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 {