LinuxMain.swift 96 B

12345678
  1. import XCTest
  2. @testable import ResultTestSuite
  3. XCTMain([
  4. testCase(ResultTests.allTests),
  5. ])