Browse Source

Remove reference to removed tests

Marcin Krzyzanowski 1 year ago
parent
commit
f6b012c0bf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Tests/LinuxMain.swift

+ 0 - 2
Tests/LinuxMain.swift

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