From: Paul Robinson Date: Tue, 21 May 2019 13:23:32 +0000 (+0000) Subject: Fix typo in r361251. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f8caaebc2f02515ca3e7d83643d0ea1b76e68fc;p=llvm Fix typo in r361251. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361256 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/MachO/gen-dwarf-cpp.s b/test/MC/MachO/gen-dwarf-cpp.s index f2364fe0c92..5289d0062db 100644 --- a/test/MC/MachO/gen-dwarf-cpp.s +++ b/test/MC/MachO/gen-dwarf-cpp.s @@ -16,7 +16,7 @@ L1: leave // We check that the source name "t.s" is picked up // CHECK: include_directories[ 1] = "inc" // CHECK: file_names[ 1]: -/ CHECK-NEXT: name: "t.s" +// CHECK-NEXT: name: "t.s" // CHECK-NEXT: dir_index: 0 // CHECK: file_names[ 2]: // CHECK-NEXT: name: "g.s"