From 46719e1580b676253e67846c791775aaf03b8776 Mon Sep 17 00:00:00 2001 From: Robert Widmann Date: Fri, 22 Mar 2019 11:39:28 -0400 Subject: [PATCH] JIT is no longer broken --- Tests/LinuxMain.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index b239d54f..21abbefc 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -14,8 +14,7 @@ XCTMain([ IRGlobalSpec.allTests, IRMetadataSpec.allTests, IROperationSpec.allTests, - // FIXME: These tests cannot run on Linux without SEGFAULT'ing. - // JITSpec.allTests, + JITSpec.allTests, ModuleLinkSpec.allTests, ModuleMetadataSpec.allTests, ])