Skip to content

Commit

Permalink
web warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutrell committed Oct 18, 2024
1 parent 65f4ca1 commit 099bb1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BezierKit/BezierKitTests/LockTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
// Copyright © 2019 Holmes Futrell. All rights reserved.
//

#if os(WASI)
import XCTest
#else
@preconcurrency import XCTest
#endif

@testable import BezierKit

#if !os(WASI)
Expand Down

0 comments on commit 099bb1c

Please sign in to comment.