Skip to content

Commit a98db34

Browse files
author
Harlan Haskins
committed
[Syntax] Use absolute path to stdlib in round_trip_stdlib test
This test was disabled for 2 years. Re-enable it, using the absolute path to the stdlib instead of a relative path. rdar://30606232
1 parent ed3196a commit a98db34

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)