Skip to content

Commit

Permalink
fix linux main
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Jun 19, 2018
1 parent 0c7d176 commit f5914a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import XCTest

XCTMain([
// SQL
testCase(DataQueryTests.allTests),
testCase(DataManipulationTests.allTests),
testCase(DataDefinitionTests.allTests),
testCase(SQLTests.allTests),
])

#endif

0 comments on commit f5914a3

Please sign in to comment.