Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 committed Feb 24, 2024
1 parent 000ebb4 commit c0d269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/MachOKitSPMTests/MachOKitSPMTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import _MachOKitSPM

final class MachOKitSPMTests: XCTestCase {
func test() {
let machO = MachOImage(name: "MachOKitSPMTests")!
let machO = MachOImage(name: "Foundation")!
print(machO)
}
}

0 comments on commit c0d269f

Please # to comment.