Skip to content

Commit 0db1397

Browse files
committed
Fix for failing test.
1 parent 3a45df0 commit 0db1397

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)