Skip to content

Commit b2b0e8f

Browse files
authored
Merge pull request #181 from CodaFi/jitters
The JIT is no longer broken on Linux
2 parents 749b257 + 46719e1 commit b2b0e8f

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
@@ -15,8 +15,7 @@ XCTMain([
1515
IRIntrinsicSpec.allTests,
1616
IRMetadataSpec.allTests,
1717
IROperationSpec.allTests,
18-
// FIXME: These tests cannot run on Linux without SEGFAULT'ing.
19-
// JITSpec.allTests,
18+
JITSpec.allTests,
2019
ModuleLinkSpec.allTests,
2120
ModuleMetadataSpec.allTests,
2221
])

0 commit comments

Comments
 (0)