diff --git a/clang/test/SemaCXX/template-64605.cpp b/clang/test/SemaCXX/template-64605.cpp index 99ccbfdc27f1c..9d7f8d4100171 100644 --- a/clang/test/SemaCXX/template-64605.cpp +++ b/clang/test/SemaCXX/template-64605.cpp @@ -16,7 +16,7 @@ int f() { return b_64605(); } // CHECK: ImplicitCastExpr {{.*}} 'float' RoundingMath=1 AllowFEnvAccess=1 // CHECK-NEXT: IntegerLiteral {{.*}} 4294967295 -// CHECK: FunctionDecl {{.*}} b_64605 'int ()' implicit_instantiation +// CHECK: FunctionDecl {{.*}} b_64605 'int ()' // CHECK-NEXT: TemplateArgument type 'void' // CHECK: ImplicitCastExpr {{.*}} 'float' RoundingMath=1 AllowFEnvAccess=1