File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
test/Incremental/CrossModule Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: cp -r %S/Inputs/external-cascade/* %t
3
3
4
- // rdar://70772320
5
- // REQUIRES: !(optimized_stdlib)
4
+ // REQUIRES: rdar70772320
6
5
7
6
//
8
7
// This test establishes a chain of modules that all depend on a set of
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: cp -r %S/Inputs/linear/* %t
3
3
4
- // rdar://70772320
5
- // REQUIRES: !(optimized_stdlib)
4
+ // REQUIRES: rdar70772320
6
5
7
6
//
8
7
// This test establishes a "linear" chain of modules that import one another
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: cp -r %S/Inputs/transitive/* %t
3
3
4
- // rdar://70772320
5
- // REQUIRES: !(optimized_stdlib)
4
+ // REQUIRES: rdar70772320
6
5
7
6
//
8
7
// This test establishes a "transitive" chain of modules that import one another
You can’t perform that action at this time.
0 commit comments