Skip to content

Commit 2e75c42

Browse files
PJ FechnerPJ Fechner
authored andcommitted
Testing
1 parent 88aca21 commit 2e75c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/LinuxMain.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ let allTestClasses = [
2828
CompositionTests.self,
2929
PartialImplementationTests.self,
3030
]
31-
#if os(Linux)
31+
//#if os(Linux)
3232
@main struct Main {
3333
static func main() {
3434
QCKMain(allTestClasses)
3535
}
3636
}
37-
#endif
37+
//#endif

0 commit comments

Comments
 (0)