diff options
author | Douglas Yung <douglas.yung@sony.com> | 2018-12-06 02:13:09 +0000 |
---|---|---|
committer | Douglas Yung <douglas.yung@sony.com> | 2018-12-06 02:13:09 +0000 |
commit | 6d7706fcd858c36ce8da5ca304173d620b88cb34 (patch) | |
tree | a7549dfd93233f61d084312d51a5a29fcca6a1ab | |
parent | 85985ed363c9045a79866b82a80577481f2947a9 (diff) | |
download | bcm5719-llvm-6d7706fcd858c36ce8da5ca304173d620b88cb34.tar.gz bcm5719-llvm-6d7706fcd858c36ce8da5ca304173d620b88cb34.zip |
Reapply fix from r348062 to fix test on Windows.
llvm-svn: 348447
-rw-r--r-- | clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp | 2 |
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([]{}); } |