Skip to content

Commit 8436e2d

Browse files
committed
[NFC] Remove -I from RUN lines
1 parent 18dff12 commit 8436e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/partial_apply_coro.sil

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-swift-frontend -Onone -g -I %t -emit-ir %s -o - | %FileCheck %s --check-prefix=CHECK
2+
// RUN: %target-swift-frontend -Onone -g -emit-ir %s -o - | %FileCheck %s --check-prefix=CHECK
33

44
// REQUIRES: concurrency
55

0 commit comments

Comments
 (0)