Skip to content

Commit b92bc23

Browse files
authored
Merge pull request #15317 from slavapestov/fix-pr-test
Disable test that's failing in PR testing
2 parents 4761ae7 + 93cf3a4 commit b92bc23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Syntax/round_trip_parse_gen.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// RUN: %swift-syntax-test -deserialize-raw-tree -input-source-filename %t/serialized.json -output-filename %t/output.swift
1010
// RUN: diff -u %s %t/output.swift
1111

12+
// REQUIRES: rdar38567449
13+
1214
import ABC
1315
import A.B.C
1416
@objc import A.B

0 commit comments

Comments
 (0)