Skip to content

Commit a1aab6a

Browse files
committed
Add test for batch mode with -driver-force-response-files.
1 parent 6d72230 commit a1aab6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Driver/force-response-files.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
// RUN: %swiftc_driver -driver-force-response-files -typecheck %S/../Inputs/empty.swift -### 2>&1 | %FileCheck %s
55
// CHECK: @
66
// 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

Comments
 (0)