From a88bb77bd0d2cf9bc493bc21839c98fd5962f772 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Wed, 30 Jan 2019 18:00:51 -0800 Subject: [PATCH] update linuxmain --- Tests/LinuxMain.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index 791d328..18367a8 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -2,13 +2,9 @@ import XCTest import JSONAPITests import JSONAPITestingTests -import JSONAPIOpenAPITests -import JSONAPIArbitraryTests var tests = [XCTestCaseEntry]() tests += JSONAPITests.__allTests() tests += JSONAPITestingTests.__allTests() -tests += JSONAPIOpenAPITests.__allTests() -tests += JSONAPIArbitraryTests.__allTests() XCTMain(tests)