We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6687d8f commit 7feab0bCopy full SHA for 7feab0b
test/Driver/batch_mode_dependencies_make_wrong_order.swift
@@ -4,7 +4,8 @@
4
// RUN: echo 'class c : b {}' >%t/c.swift
5
// RUN: echo 'class d : c {}' >%t/d.swift
6
// RUN: echo 'public func main() {}' >%t/main.swift
7
-//
+// REQUIRES: rdar106170241
8
+
9
// First prime the incremental state, but note that we're building in the d c b a (reverse-alphabetical) order.
10
// 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
11
//
0 commit comments