Skip to content

Commit 8cd65a4

Browse files
authored
Merge pull request #288 from compnerd/position-independent
tests: pass `verify_json.expected` as absolute path
2 parents eb82748 + ab686c0 commit 8cd65a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/ListTests/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %{xctest_checker} %t_list %s
44
// RUN: %T/ListTests --dump-tests-json > %t_json || true
55
// RUN: %T/ListTests --verify %t_json > %t_verify
6-
// RUN: %{xctest_checker} %t_verify verify_json.expected
6+
// RUN: %{xctest_checker} %t_verify %S/verify_json.expected
77

88
#if os(macOS)
99
import SwiftXCTest

0 commit comments

Comments
 (0)