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