summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/delayed-template-parsing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/delayed-template-parsing.cpp')
-rw-r--r--clang/test/CodeGenCXX/delayed-template-parsing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/delayed-template-parsing.cpp b/clang/test/CodeGenCXX/delayed-template-parsing.cpp
index c5f44864154..c0e9425d518 100644
--- a/clang/test/CodeGenCXX/delayed-template-parsing.cpp
+++ b/clang/test/CodeGenCXX/delayed-template-parsing.cpp
@@ -11,8 +11,8 @@ namespace ClassScopeSpecialization {
void call() {
Type T;
-// CHECK: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QAEXXZ"
-// X64: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QEAAXXZ"
+// CHECK: call {{.*}} @"??$Foo@$0A@@Type@ClassScopeSpecialization@@QAEXXZ"
+// X64: call {{.*}} @"??$Foo@$0A@@Type@ClassScopeSpecialization@@QEAAXXZ"
T.Foo<0>();
}
}
OpenPOWER on IntegriCloud