diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-18 19:23:17 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-18 19:23:17 +0100 |
| commit | 2feb019c373c99fa3840d99724f5ee6f7c4dac36 (patch) | |
| tree | 9bf1d614b602149a0ef27078894d6a15ecb13ff0 /I2C/I2CTests/I2CTests.swift | |
| parent | 3714c08a1233884696e0f5483d73efa890e1a5a1 (diff) | |
started switching to c, started the web gui, started the gtk gui, ending the swift version
Diffstat (limited to 'I2C/I2CTests/I2CTests.swift')
| -rw-r--r-- | I2C/I2CTests/I2CTests.swift | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/I2C/I2CTests/I2CTests.swift b/I2C/I2CTests/I2CTests.swift deleted file mode 100644 index 24b0e07..0000000 --- a/I2C/I2CTests/I2CTests.swift +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | // | ||
| 2 | // I2CTests.swift | ||
| 3 | // I2CTests | ||
| 4 | // | ||
| 5 | // Created by nsrddyn on 09/11/2024. | ||
| 6 | // | ||
| 7 | |||
| 8 | import Testing | ||
| 9 | @testable import I2C | ||
| 10 | |||
| 11 | struct I2CTests { | ||
| 12 | |||
| 13 | @Test func example() async throws { | ||
| 14 | // Write your test here and use APIs like `#expect(...)` to check expected conditions. | ||
| 15 | } | ||
| 16 | |||
| 17 | } | ||
