Skip to content

Commit 19477fd

Browse files
committed
swap to echo to work on windwos
1 parent 48f9f2d commit 19477fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Profiler/coverage_relative_path.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// clean directory, put the source there, and cd into it.
33
// RUN: rm -rf %t
44
// RUN: mkdir -p %t/foo/bar/baz
5-
// RUN: cp %s %t/foo/bar/baz/coverage_relative_path.swift
5+
// RUN: echo "func coverage() {}" > %t/foo/bar/baz/coverage_relative_path.swift
66
// RUN: cd %t/foo/bar
77

88
// RUN: %target-swift-frontend -profile-generate -profile-coverage-mapping -Xllvm -enable-name-compression=false -emit-ir %/t/foo/bar/baz/coverage_relative_path.swift | %FileCheck -check-prefix=ABSOLUTE %s

0 commit comments

Comments
 (0)