diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-12-01 01:30:00 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-12-01 01:30:00 +0000 |
commit | 33f0af35df5d93a65a154e54ae0b9d83bc70e1f4 (patch) | |
tree | 93c83e195b06e7c6a8fb8c04953f307025c30d8f /clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp | |
parent | a7b079534a01b963eed70706af47b4fc990af583 (diff) | |
download | bcm5719-llvm-33f0af35df5d93a65a154e54ae0b9d83bc70e1f4.tar.gz bcm5719-llvm-33f0af35df5d93a65a154e54ae0b9d83bc70e1f4.zip |
Relax test to also work on Windows.
llvm-svn: 348062
Diffstat (limited to 'clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp')
-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([]{}); } |