Skip to content

Commit

Permalink
Clean up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Sep 24, 2024
1 parent 962836a commit c74e35b
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ import Testing
import OpenSwiftUI
#endif

struct ColorResolvedTests {
init() {
#if !OPENSWIFTUI_COMPATIBILITY_TEST
#endif
}

struct ColorResolvedTests {
@Test(arguments: [
(Color.RGBColorSpace.sRGB, 0, 0, 0, 0, "#00000000", "#00000000"),
(Color.RGBColorSpace.sRGB, 0.01, 0.02, 0.03, 0.04, "#0305080A", "#0305080A"),
Expand Down

0 comments on commit c74e35b

Please sign in to comment.