Skip to content

Commit f7cf5bd

Browse files
committed
Adapt test to upstream readobj output change
1 parent 18b1f97 commit f7cf5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/modulecache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ClangModule
1616
// RUN: %empty-directory(%t)
1717
// RUN: %target-swift-frontend %s -c -g -o %t.o -module-cache-path %t -I %S/Inputs
1818
// RUN: llvm-readobj -h %t/*/ClangModule-*.pcm | %FileCheck %s
19-
// CHECK: Format: {{(Mach-O|ELF|COFF)}}
19+
// CHECK: Format: {{(Mach-O|ELF|elf64|COFF)}}
2020

2121
// 3. Test that swift-ide-check will not share swiftc's module cache.
2222

0 commit comments

Comments
 (0)