Skip to content

Commit

Permalink
Update swift test --generate-linuxmain
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 26, 2020
1 parent 6d118d4 commit 0005d03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
/*.xcodeproj
/.build
/.swiftpm
9 changes: 6 additions & 3 deletions Tests/LegibleErrorTests/XCTestManifests.swift
@@ -1,7 +1,11 @@
#if !canImport(ObjectiveC)
import XCTest

extension Test {
static let __allTests = [
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__Test = [
("test_CocoaError", test_CocoaError),
("test_derived_annotated_NSError", test_derived_annotated_NSError),
("test_derived_NSError", test_derived_NSError),
Expand All @@ -19,10 +23,9 @@ extension Test {
]
}

#if !os(macOS)
public func __allTests() -> [XCTestCaseEntry] {
return [
testCase(Test.__allTests),
testCase(Test.__allTests__Test),
]
}
#endif

0 comments on commit 0005d03

Please sign in to comment.