Skip to content

Commit

Permalink
Fix 'LinuxMain.swift' test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Aug 3, 2017
1 parent 9794a0a commit 740aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import XCTest
@testable import RandomKitTests

XCTMain([
testCase(RandomKitTests.allTests),
testCase(ConstantTests.allTests),
testCase(ChaChaTests.allTests),
testCase(XoroshiroTests.allTests)
])

0 comments on commit 740aaf3

Please sign in to comment.