Skip to content

Commit 12ef619

Browse files
authored
Merge pull request #67900 from bnbarham/fix-stringmap-ordering-change
[Tests] Updates for LLVM StringMap iteration order change
2 parents 9d53f54 + 0020766 commit 12ef619

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

test/IDE/print_stdlib.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
// Currently fails because a <NULL> is output
2+
// REQUIRES: rdar113765916
3+
14
// Check interface produced for the standard library.
25
//
36
// REQUIRES: nonexecutable_test
47
// REQUIRES: swift_swift_parser
5-
// FIXME: Swift parser is not enabled on Linux CI yet.
6-
// REQUIRES: OS=macosx
78

89
//
910
// RUN: %target-swift-frontend -typecheck %s

test/Index/Store/unit-one-file-multi-file-invocation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
// CHECK: [[SWIFT]]
2020
// CHECK: DEPEND START
21-
// CHECK: Record | system | Swift.Math.Floating | [[MODULE]] | {{.+}}.swiftinterface_Math_Floating-{{.*}}
2221
// CHECK: Record | system | Swift.String | [[MODULE]] | {{.+}}.swiftinterface_String-{{.*}}
22+
// CHECK: Record | system | Swift.Math.Floating | [[MODULE]] | {{.+}}.swiftinterface_Math_Floating-{{.*}}
2323
// CHECK: DEPEND END
2424

2525
func test1() {

0 commit comments

Comments
 (0)