Skip to content

Commit 6ab31e4

Browse files
authored
Merge pull request #89 from apple/shahmishal-patch-1
Disable sk-stress-test (83727870)
2 parents 8220958 + 604b31f commit 6ab31e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sk-stress-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Trivial test for the SourceKit stress tester and compiler wrapper.
22
//
33
// REQUIRES: platform=Darwin
4+
// REQUIRES: rdar83727870
45
//
56
// RUN: rm -rf %t.dir
67
// RUN: mkdir -p %t.dir
@@ -17,4 +18,4 @@
1718

1819
func foo() {
1920
print("hello")
20-
}
21+
}

0 commit comments

Comments
 (0)