Skip to content

Commit

Permalink
Remove reference to removed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Apr 11, 2024
1 parent 72d2ed2 commit f6b012c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import XCTest

import CryptoSwiftTests
import TestsPerformance

var tests = [XCTestCaseEntry]()
tests += CryptoSwiftTests.__allTests()
tests += TestsPerformance.__allTests()

XCTMain(tests)

0 comments on commit f6b012c

Please sign in to comment.