File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ // Currently fails because a <NULL> is output
2
+ // REQUIRES: rdar113765916
3
+
1
4
// Check interface produced for the standard library.
2
5
//
3
6
// REQUIRES: nonexecutable_test
4
7
// REQUIRES: swift_swift_parser
5
- // FIXME: Swift parser is not enabled on Linux CI yet.
6
- // REQUIRES: OS=macosx
7
8
8
9
//
9
10
// RUN: %target-swift-frontend -typecheck %s
Original file line number Diff line number Diff line change 18
18
19
19
// CHECK: [[SWIFT]]
20
20
// CHECK: DEPEND START
21
- // CHECK: Record | system | Swift.Math.Floating | [[MODULE]] | {{.+}}.swiftinterface_Math_Floating-{{.*}}
22
21
// CHECK: Record | system | Swift.String | [[MODULE]] | {{.+}}.swiftinterface_String-{{.*}}
22
+ // CHECK: Record | system | Swift.Math.Floating | [[MODULE]] | {{.+}}.swiftinterface_Math_Floating-{{.*}}
23
23
// CHECK: DEPEND END
24
24
25
25
func test1( ) {
You can’t perform that action at this time.
0 commit comments