Skip to content

Commit 5132af4

Browse files
committed
Swift 4 Linux: Add dummy LinuxMain.swift
... we should add actual tests ...
1 parent ae99256 commit 5132af4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Tests/LinuxMain.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import XCTest
2+
3+
var tests = [
4+
]
5+
6+
XCTMain(tests)
7+

0 commit comments

Comments
 (0)