Skip to content

Commit 50229ae

Browse files
committed
Tests: Canary Swift Testing test (#8222)
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 (cherry picked from commit 257e671)
1 parent a0aae3a commit 50229ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Tests/BasicsTests/SampleTests.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import Testing
2+
3+
struct Foo {
4+
5+
@Test
6+
func myTest() {
7+
#expect(Bool(true))
8+
}
9+
}

0 commit comments

Comments
 (0)