diff options
Diffstat (limited to 'test/CodeGenCXX/debug-info-thunk-msabi.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-thunk-msabi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/debug-info-thunk-msabi.cpp b/test/CodeGenCXX/debug-info-thunk-msabi.cpp index 5c705ac0ac..565992ad2a 100644 --- a/test/CodeGenCXX/debug-info-thunk-msabi.cpp +++ b/test/CodeGenCXX/debug-info-thunk-msabi.cpp @@ -3,10 +3,10 @@ class __declspec(dllexport) A { A(int * = new int) {} }; -// CHECK: define {{.*}}void @"\01??_FA@@AAEXXZ" +// CHECK: define {{.*}}void @"??_FA@@AAEXXZ" // CHECK-SAME: !dbg ![[SP:[0-9]+]] // CHECK-NOT: {{ret }} -// CHECK: call x86_thiscallcc %class.A* @"\01??0A@@AAE@PAH@Z" +// CHECK: call x86_thiscallcc %class.A* @"??0A@@AAE@PAH@Z" // CHECK-SAME: !dbg ![[DBG:[0-9]+]] // CHECK: ret void, !dbg // |