Skip to content

Commit

Permalink
fixup! RopeModule→_RopeModule. Stop reexporting it from Collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Mar 20, 2023
1 parent b3ba2e3 commit 0d39ed5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tests/RopeModuleTests/TestBString.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//===----------------------------------------------------------------------===//

#if swift(>=5.8) && DEBUG
@testable import RopeModule
@testable import _RopeModule
import XCTest

@available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
Expand Down
2 changes: 1 addition & 1 deletion Tests/RopeModuleTests/TestBString2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#if swift(>=5.8) && DEBUG
import _CollectionsTestSupport
import XCTest
@testable import RopeModule
@testable import _RopeModule

@available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
class TestBString2: CollectionTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/RopeModuleTests/TestBigString.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//===----------------------------------------------------------------------===//

#if swift(>=5.8)
import RopeModule
import _RopeModule
import XCTest

@available(macOS 13.3, iOS 16.4, watchOS 9.4, tvOS 16.4, *)
Expand Down
2 changes: 1 addition & 1 deletion Tests/RopeModuleTests/TestRope.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//===----------------------------------------------------------------------===//

#if DEBUG
@testable import RopeModule
@testable import _RopeModule
import XCTest

struct Chunk: _RopeElement, Equatable, CustomStringConvertible {
Expand Down

0 comments on commit 0d39ed5

Please sign in to comment.