Skip to content

Commit e417c15

Browse files
authored
Merge pull request #66999 from bnbarham/test-fix
[Test] Small test fix
2 parents 74e5da2 + 591737e commit e417c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/compiler_plugin_path_macosx.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %swiftc_driver -driver-print-jobs -target x86_64-apple-macosx10.9 %s 2>^1 | %FileCheck %s
1+
// RUN: %swiftc_driver -driver-print-jobs -target x86_64-apple-macosx10.9 %s 2>&1 | %FileCheck %s
22
// REQUIRES: OS=macosx
33

44
// CHECK: -external-plugin-path

0 commit comments

Comments
 (0)