Remove #if DEBUG from tests

This commit is contained in:
Christian Treffs 2020-05-26 15:02:55 +02:00
parent 75fe42fb4f
commit 65a69826b5
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
7 changed files with 0 additions and 14 deletions

View File

@ -5,7 +5,6 @@
// Created by Christian Treffs on 22.10.17.
//
#if DEBUG
@testable import FirebladeECS
import XCTest
@ -23,4 +22,3 @@ class EntityTests: XCTestCase {
XCTAssertEqual(max.id, Int(UInt32.max))
}
}
#endif

View File

@ -5,7 +5,6 @@
// Created by Christian Treffs on 09.10.17.
//
#if DEBUG
@testable import FirebladeECS
import XCTest
@ -186,4 +185,3 @@ class FamilyTests: XCTestCase {
XCTAssertEqual(family.memberIds.count, count + (count / 2))
}
}
#endif

View File

@ -5,7 +5,6 @@
// Created by Christian Treffs on 16.10.17.
//
#if DEBUG
@testable import FirebladeECS
import XCTest
@ -65,4 +64,3 @@ class HashingTests: XCTestCase {
}
}
#endif

View File

@ -5,7 +5,6 @@
// Created by Christian Treffs on 09.10.17.
//
#if DEBUG
@testable import FirebladeECS
import XCTest
@ -156,4 +155,3 @@ class NexusTests: XCTestCase {
XCTAssert(pB.y != pA.y)
}
}
#endif

View File

@ -5,7 +5,6 @@
// Created by Christian Treffs on 13.02.19.
//
#if DEBUG
@testable import FirebladeECS
import XCTest
@ -63,4 +62,3 @@ class SingleTests: XCTestCase {
XCTAssertTrue(singleGame === single.component)
}
}
#endif

View File

@ -5,7 +5,6 @@
// Created by Christian Treffs on 31.10.17.
//
#if DEBUG
@testable import FirebladeECS
import XCTest
@ -540,4 +539,3 @@ class SparseSetTests: XCTestCase {
XCTAssertEqual(mapped, ["C", "A", "B"])
}
}
#endif

View File

@ -5,7 +5,6 @@
// Created by Christian Treffs on 10.05.18.
//
#if DEBUG
@testable import FirebladeECS
import XCTest
@ -125,4 +124,3 @@ class SystemsTests: XCTestCase {
}
}
}
#endif