Skip to content

Commit f8dee9e

Browse files
authored
test/DebugInfo: enable test for Wasm object format (#67532)
This test is valid when testing the Wasm target, so let's fully enable it.
1 parent 8626588 commit f8dee9e

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

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

0 commit comments

Comments
 (0)