diff options
Diffstat (limited to 'test/CodeGenCXX/pr20719.cpp')
| -rw-r--r-- | test/CodeGenCXX/pr20719.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/pr20719.cpp b/test/CodeGenCXX/pr20719.cpp index 208d11135847..1c3b21b0b84e 100644 --- a/test/CodeGenCXX/pr20719.cpp +++ b/test/CodeGenCXX/pr20719.cpp @@ -2,8 +2,8 @@ // Make sure that we emit H's constructor twice: once with the first lambda // inside of 'lep' and again with the second lambda inside of 'lep'. -// CHECK-DAG: @"\01??0?$H@V<lambda_1>@??$lep@X@@YAXXZ@@@QAE@XZ" -// CHECK-DAG: @"\01??0?$H@V<lambda_2>@??$lep@X@@YAXXZ@@@QAE@XZ" +// CHECK-DAG: @"\01??0?$H@V<lambda_1>@?0???$lep@X@@YAXXZ@@@QAE@XZ" +// CHECK-DAG: @"\01??0?$H@V<lambda_2>@?0???$lep@X@@YAXXZ@@@QAE@XZ" template <typename> struct H { |
