Skip to content

Commit 7feab0b

Browse files
committed
Disable batch_mode_dependencies_make_wrong_order.swift
1 parent 6687d8f commit 7feab0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Driver/batch_mode_dependencies_make_wrong_order.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
// RUN: echo 'class c : b {}' >%t/c.swift
55
// RUN: echo 'class d : c {}' >%t/d.swift
66
// RUN: echo 'public func main() {}' >%t/main.swift
7-
//
7+
// REQUIRES: rdar106170241
8+
89
// First prime the incremental state, but note that we're building in the d c b a (reverse-alphabetical) order.
910
// RUN: cd %t && %swiftc_driver-stdlib-target -enable-batch-mode -incremental -output-file-map %S/Inputs/abcd_filemap.yaml -module-name main -j 1 d.swift c.swift b.swift a.swift main.swift
1011
//

0 commit comments

Comments
 (0)