Skip to content

Commit 4a16272

Browse files
committed
Remove extra t in %t/x.swift
1 parent a774255 commit 4a16272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/InterfaceHash/added_private_method_value_types.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: cp %t/a.swift %t/x.swift
77
// RUN: %target-swift-frontend -typecheck -primary-file %t/x.swift -emit-reference-dependencies-path %t/x.swiftdeps -module-name main
88
// RUN: %{python} %S/../Inputs/process_fine_grained_swiftdeps_with_fingerprints.py %swift-dependency-tool %t/x.swiftdeps > %t/a-processed.swiftdeps
9-
// RUN: cp %t/b.swift %t/x.swiftt
9+
// RUN: cp %t/b.swift %t/x.swift
1010
// RUN: %target-swift-frontend -typecheck -primary-file %t/x.swift -emit-reference-dependencies-path %t/x.swiftdeps -module-name main
1111
// RUN: %{python} %S/../Inputs/process_fine_grained_swiftdeps_with_fingerprints.py %swift-dependency-tool %t/x.swiftdeps > %t/b-processed.swiftdeps
1212

0 commit comments

Comments
 (0)