Skip to content

Commit 6207f97

Browse files
authored
Merge pull request swiftlang#167 from dylansturg/test_fix
Fix for failing test.
2 parents 3a45df0 + 0db1397 commit 6207f97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SwiftFormatRulesTests/OrderedImportsTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,10 +567,8 @@ final class OrderedImportsTests: LintOrFormatRuleTestCase {
567567
568568
#if canImport(Darwin)
569569
import Darwin
570-
typealias SomeNativeTypeHandle = some_darwin_type_t
571570
#elseif canImport(Glibc)
572571
import Glibc
573-
typealias SomeNativeTypeHandle = some_glibc_type_t
574572
#endif
575573
576574
foo()

0 commit comments

Comments
 (0)