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 6d72230 commit a1aab6aCopy full SHA for a1aab6a
test/Driver/force-response-files.swift
@@ -4,3 +4,7 @@
4
// RUN: %swiftc_driver -driver-force-response-files -typecheck %S/../Inputs/empty.swift -### 2>&1 | %FileCheck %s
5
// CHECK: @
6
// CHECK: .resp
7
+
8
+// RUN: %swiftc_driver -enable-batch-mode -driver-force-response-files -typecheck %S/../Inputs/empty.swift -### 2>&1 | %FileCheck %s -check-prefix=BATCH
9
+// BATCH: @
10
+// BATCH: .resp
0 commit comments