Skip to content

Commit e922e9e

Browse files
authored
Merge pull request #21722 from harlanhaskins/around-and-around-and-around
[Syntax] Use absolute path to stdlib in round_trip_stdlib test
2 parents bc57d3d + a98db34 commit e922e9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Syntax/round_trip_stdlib.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// RUN: %round-trip-syntax-test -d ../stdlib --swift-syntax-test %swift-syntax-test
2-
// REQUIRES: rdar30606232
1+
// RUN: %round-trip-syntax-test -d %swift_src_root/stdlib --swift-syntax-test %swift-syntax-test

0 commit comments

Comments
 (0)