Skip to content

Commit 2e7c5a4

Browse files
bkhouribripeticca
authored andcommitted
Tests: Canary Swift Testing test (swiftlang#8267)
Add a canary swift testing tests to ensure we do not regress. This test will be removed sometime after swiftlang#8092, swiftlang#8093 or swiftlang#8100 are merged (cherry picked from commit 257e671) Re-adds swiftlang#8222, after it was reverted in swiftlang#8266 Depends on swiftlang/swift#79074
1 parent 04ed5e8 commit 2e7c5a4

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)