Skip to content

Commit b80b21b

Browse files
authored
Merge pull request #30079 from varungandhi-apple/vg-selectively-disable-cross-import-test
2 parents c3c5fbc + 3626f19 commit b80b21b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/CrossImport/skip-submodules.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
// RUN: %FileCheck %s < %t.txt
55
// RUN: %FileCheck --check-prefix=NEGATIVE %s < %t.txt
66

7+
// Note: It is a bit confusing but the -debug-only flag means that this info
8+
// will be printed only in the presence of assertions.
9+
//
10+
// REQUIRES: asserts
11+
712
import Darwin
813
import ctypes
914

0 commit comments

Comments
 (0)