mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
8 lines
120 B
Swift
8 lines
120 B
Swift
import ConsumerTests
|
|
import XCTest
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += ConsumerTests.__allTests()
|
|
|
|
XCTMain(tests)
|