diff --git a/Tests/CasePathsTests/MacroTests.swift b/Tests/CasePathsTests/MacroTests.swift index da0f2d7..22702fa 100644 --- a/Tests/CasePathsTests/MacroTests.swift +++ b/Tests/CasePathsTests/MacroTests.swift @@ -1,12 +1,12 @@ #if swift(>=5.9) import CasePaths - + @CasePathable private enum Comments { // Comment above case case bar /*Comment before case*/ case baz(Int) case fizz(buzz: String) // Comment on case - case fizzier/*Comment in case*/(Int, buzzier: String) + case fizzier /*Comment in case*/(Int, buzzier: String) } #endif