Skip to content

Commit

Permalink
Tests: Canary Swift Testing test (#8222)
Browse files Browse the repository at this point in the history
Add a canary swift testing tests to ensure we do not regress.

This test will be removed sometime after #8092, #8093 or #8100 are
merged
  • Loading branch information
bkhouri authored Jan 16, 2025
1 parent 3e9f319 commit 257e671
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tests/BasicsTests/SampleTests.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import Testing

struct Foo {

@Test
func myTest() {
#expect(Bool(true))
}
}

0 comments on commit 257e671

Please sign in to comment.