Skip to content

Commit

Permalink
Update LinuxMain
Browse files Browse the repository at this point in the history
  • Loading branch information
bwetherfield committed Nov 2, 2019
1 parent a966be6 commit 8b99000
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Tests/XMLCoderTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,18 @@ extension DynamicNodeEncodingTest {
]
}

extension EmptyElementEmptyStringTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__EmptyElementEmptyStringTests = [
("testArrayOfEmptyElementStringDecoding", testArrayOfEmptyElementStringDecoding),
("testEmptyElementEmptyStringDecoding", testEmptyElementEmptyStringDecoding),
("testEmptyElementEmptyStringWithAttributeDecoding", testEmptyElementEmptyStringWithAttributeDecoding),
("testNestedEmptyElementEmptyStringDecoding", testNestedEmptyElementEmptyStringDecoding),
]
}

extension EmptyTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
Expand Down Expand Up @@ -635,7 +647,6 @@ extension StringTests {
static let __allTests__StringTests = [
("testAttribute", testAttribute),
("testElement", testElement),
("testMissing", testMissing),
]
}

Expand Down Expand Up @@ -796,6 +807,7 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(DecodingContainerTests.__allTests__DecodingContainerTests),
testCase(DynamicNodeDecodingTest.__allTests__DynamicNodeDecodingTest),
testCase(DynamicNodeEncodingTest.__allTests__DynamicNodeEncodingTest),
testCase(EmptyElementEmptyStringTests.__allTests__EmptyElementEmptyStringTests),
testCase(EmptyTests.__allTests__EmptyTests),
testCase(EnumAssociatedValueTestComposite.__allTests__EnumAssociatedValueTestComposite),
testCase(ErrorContextTest.__allTests__ErrorContextTest),
Expand Down

0 comments on commit 8b99000

Please sign in to comment.