diff options
Diffstat (limited to 'clang/test/Misc/cc1as-asm-debug.s')
-rw-r--r-- | clang/test/Misc/cc1as-asm-debug.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Misc/cc1as-asm-debug.s b/clang/test/Misc/cc1as-asm-debug.s index cd36cad6206..a613fbfaeb4 100644 --- a/clang/test/Misc/cc1as-asm-debug.s +++ b/clang/test/Misc/cc1as-asm-debug.s @@ -8,4 +8,5 @@ // CHECK: {{\.}}section .debug_info // CHECK: {{\.}}section .debug_info // CHECK-NOT: {{\.}}section -// CHECK: .ascii "comment.s" +// Look for this as a relative path. +// CHECK: .ascii "{{[^\\/].*}}comment.s" |