Skip to content

Commit ec4ca66

Browse files
authored
test/AutolinkExtract/import_archive.swift: check for Wasm object format
1 parent e3d2e54 commit ec4ca66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/AutolinkExtract/import_archive.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@
1212
// CHECK-coff-DAG: -lswiftCore
1313
// CHECK-coff-DAG: -lempty
1414

15+
// CHECK-wasm-DAG: -lswiftCore
16+
// CHECK-wasm-DAG: -lempty
17+
1518
import empty

0 commit comments

Comments
 (0)