diff options
Diffstat (limited to 'llvm/test/MC/MachO/gen-dwarf-macro-cpp.s')
-rw-r--r-- | llvm/test/MC/MachO/gen-dwarf-macro-cpp.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/MachO/gen-dwarf-macro-cpp.s b/llvm/test/MC/MachO/gen-dwarf-macro-cpp.s index 9c3ba5d4b48..9fc8571c90c 100644 --- a/llvm/test/MC/MachO/gen-dwarf-macro-cpp.s +++ b/llvm/test/MC/MachO/gen-dwarf-macro-cpp.s @@ -13,5 +13,5 @@ // We check that the source name "foo.S" is picked up // CHECK: Dir Mod Time File Len File Name // CHECK: ---- ---------- ---------- --------------------------- -// CHECK: file_names[ 1] 1 0x00000000 0x00000000 gen-dwarf-macro-cpp.s -// CHECK: file_names[ 2] 0 0x00000000 0x00000000 foo.S +// CHECK: file_names[ 1] 1 0x00000000 0x00000000 "gen-dwarf-macro-cpp.s" +// CHECK: file_names[ 2] 0 0x00000000 0x00000000 "foo.S" |