Skip to content

Commit

Permalink
Remove XCTest import
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 committed Dec 1, 2024
1 parent ea7d4b2 commit f5a9eac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/TestMacros/MacroTests.swift
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
import XCTest

final class MacroTests: MockoloTestCase {
func testMacroInFunc() {
verify(srcContent: macroInFunc,
dstContent: macroInFuncMock)
}

#if os(macOS)
func testMacroInFuncWithOverload() {
verify(srcContent: macroInFuncWithOverload,
dstContent: macroInFuncWithOverloadMock)
}
#endif

func testMacroImports() {
verify(srcContent: macroImports,
Expand Down

0 comments on commit f5a9eac

Please sign in to comment.