Skip to content

Commit 05760d3

Browse files
committed
Add XCTestCaseProvider conformance to GetTests
1 parent f86f87b commit 05760d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/dep/GetTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
import POSIX
1212
import sys
1313
import XCTest
14+
import XCTestCaseProvider
1415
@testable import dep
1516

16-
class GetTests: XCTestCase {
17+
class GetTests: XCTestCase, XCTestCaseProvider {
1718

1819
var allTests : [(String, () -> ())] {
1920
return [

0 commit comments

Comments
 (0)