Explorar el Código

Remove reference to removed tests

Marcin Krzyzanowski hace 1 año
padre
commit
f6b012c0bf
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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)