소스 검색

Remove reference to removed tests

Marcin Krzyzanowski 1 년 전
부모
커밋
f6b012c0bf
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Tests/LinuxMain.swift

+ 0 - 2
Tests/LinuxMain.swift

@@ -1,10 +1,8 @@
 import XCTest
 
 import CryptoSwiftTests
-import TestsPerformance
 
 var tests = [XCTestCaseEntry]()
 tests += CryptoSwiftTests.__allTests()
-tests += TestsPerformance.__allTests()
 
 XCTMain(tests)