BinaryTests.swift 179 B

1234567891011
  1. @testable import Binary
  2. import XCTest
  3. final class BinaryTests: XCTestCase {
  4. func testExample() {}
  5. static var allTests = [
  6. ("testExample", testExample),
  7. ]
  8. }