Skip to content

Commit 71c5fa5

Browse files
committed
Ensure tests build without snapshot types enabled
1 parent aeceb6e commit 71c5fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestingTests/EventTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
// See https://swift.org/CONTRIBUTORS.txt for Swift project authors
99
//
1010

11-
#if !SWT_NO_SNAPSHOT_TYPES
1211
@testable @_spi(Experimental) @_spi(ForToolsIntegrationOnly) import Testing
1312
private import _TestingInternals
1413

14+
#if !SWT_NO_SNAPSHOT_TYPES
1515
@Suite("Event Tests")
1616
struct EventTests {
1717
#if canImport(Foundation)

0 commit comments

Comments
 (0)