Skip to content

Commit

Permalink
[test] Remove unnecessary -c
Browse files Browse the repository at this point in the history
This crashes the new driver (swiftlang/swift-driver#1570).
  • Loading branch information
hamishknight committed Sep 22, 2024
1 parent e58670d commit 9294f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/attr/open.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -emit-module -c %S/Inputs/OpenHelpers.swift -o %t/OpenHelpers.swiftmodule
// RUN: %target-build-swift -emit-module %S/Inputs/OpenHelpers.swift -o %t/OpenHelpers.swiftmodule
// RUN: %target-typecheck-verify-swift -I %t

import OpenHelpers
Expand Down

0 comments on commit 9294f41

Please sign in to comment.