Skip to content

Commit 6deda03

Browse files
Merge pull request #33501 from drodriguez/android-32-readobj-format-change-master-next
[android] Adapt test to upstream readobj output change.
2 parents ebdb4d9 + bd38c2f commit 6deda03

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|elf64|COFF)}}
19+
// CHECK: Format: {{(Mach-O|ELF|elf64|COFF|elf32-littlearm)}}
2020

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

0 commit comments

Comments
 (0)