aboutsummaryrefslogtreecommitdiff
path: root/test/FixIt/fixit-unrecoverable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FixIt/fixit-unrecoverable.cpp')
-rw-r--r--test/FixIt/fixit-unrecoverable.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/FixIt/fixit-unrecoverable.cpp b/test/FixIt/fixit-unrecoverable.cpp
index 1e1f1b8db210..f555792ed39b 100644
--- a/test/FixIt/fixit-unrecoverable.cpp
+++ b/test/FixIt/fixit-unrecoverable.cpp
@@ -6,7 +6,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
float f(int y) {
- return static_cst<float>(y); // expected-error{{use of undeclared identifier 'static_cst'; did you mean 'static_cast'?}} \
- // expected-error{{for function-style cast or type construction}}
+ return static_cst<float>(y); // expected-error{{use of undeclared identifier 'static_cst'; did you mean 'static_cast'?}}
}
-