Skip to content

Commit 314a274

Browse files
authored
Tests: Canary Swift Testing test (#8267)
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) Re-adds #8222, after it was reverted in #8266 Depends on swiftlang/swift#79074
1 parent 6a425f4 commit 314a274

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Tests/BasicsTests/SampleTests.swift

+9
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)