Skip to content

Commit 17837ea

Browse files
committed
[test] Remove unnecessary -c
This crashes the new driver (swiftlang/swift-driver#1570).
1 parent 73baf7d commit 17837ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/open.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-build-swift -emit-module -c %S/Inputs/OpenHelpers.swift -o %t/OpenHelpers.swiftmodule
2+
// RUN: %target-build-swift -emit-module %S/Inputs/OpenHelpers.swift -o %t/OpenHelpers.swiftmodule
33
// RUN: %target-typecheck-verify-swift -I %t
44

55
import OpenHelpers

0 commit comments

Comments
 (0)