Skip to content

Commit 46719e1

Browse files
committed
JIT is no longer broken
1 parent 68de103 commit 46719e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/LinuxMain.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ XCTMain([
1414
IRGlobalSpec.allTests,
1515
IRMetadataSpec.allTests,
1616
IROperationSpec.allTests,
17-
// FIXME: These tests cannot run on Linux without SEGFAULT'ing.
18-
// JITSpec.allTests,
17+
JITSpec.allTests,
1918
ModuleLinkSpec.allTests,
2019
ModuleMetadataSpec.allTests,
2120
])

0 commit comments

Comments
 (0)