summaryrefslogtreecommitdiff
path: root/Swift502Tests
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-11 19:54:44 -0800
committerFuwn <[email protected]>2025-02-11 19:59:18 -0800
commit2894eb5363c435078a8689594bf2797973c916b8 (patch)
treed22fa8195113aadbb46124f18896d99d71bb5b45 /Swift502Tests
downloadswift502-2894eb5363c435078a8689594bf2797973c916b8.tar.xz
swift502-2894eb5363c435078a8689594bf2797973c916b8.zip
feat: Initial commit
Diffstat (limited to 'Swift502Tests')
-rw-r--r--Swift502Tests/Swift502Tests.swift7
1 files changed, 7 insertions, 0 deletions
diff --git a/Swift502Tests/Swift502Tests.swift b/Swift502Tests/Swift502Tests.swift
new file mode 100644
index 0000000..9c1a07f
--- /dev/null
+++ b/Swift502Tests/Swift502Tests.swift
@@ -0,0 +1,7 @@
+import Testing
+
+struct Swift502Tests {
+ @Test func example() async throws {
+ // Write your test here and use APIs like `#expect(...)` to check expected conditions.
+ }
+}