diff --git a/Tests/SotoCoreTests/QueryEncoderTests.swift b/Tests/SotoCoreTests/QueryEncoderTests.swift index 1a0a18c77..4199967d9 100644 --- a/Tests/SotoCoreTests/QueryEncoderTests.swift +++ b/Tests/SotoCoreTests/QueryEncoderTests.swift @@ -15,9 +15,6 @@ @testable import SotoCore import SotoTestUtils import XCTest -#if compiler(>=5.6) -@preconcurrency import Foundation -#endif class QueryEncoderTests: XCTestCase { @EnvironmentVariable("ENABLE_TIMING_TESTS", default: true) static var enableTimingTests: Bool