summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp b/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp
index b7f6c53829b..f0fb1a312c8 100644
--- a/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp
+++ b/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp
@@ -4,7 +4,7 @@
template <typename T> void b(T) {}
void c() {
// CHECK: !DISubprogram(name: "b<(lambda at
- // CHECK-SAME: /SOURCE_ROOT/debug-prefix-map-lambda.cpp
+ // CHECK-SAME: SOURCE_ROOT
// CHECK-SAME: [[@LINE+1]]:{{[0-9]+}})>"
b([]{});
}
OpenPOWER on IntegriCloud