Remove reference to removed tests

This commit is contained in:
Marcin Krzyzanowski
2024-04-11 20:38:05 +02:00
parent 72d2ed23b6
commit f6b012c0bf
-2
View File
@@ -1,10 +1,8 @@
import XCTest
import CryptoSwiftTests
import TestsPerformance
var tests = [XCTestCaseEntry]()
tests += CryptoSwiftTests.__allTests()
tests += TestsPerformance.__allTests()
XCTMain(tests)