Skip to content

Commit 8edb642

Browse files
committed
Fix up import of renamed _InstructionCount
1 parent 8488a21 commit 8edb642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-format/Subcommands/PerformanceMeasurement.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
import ArgumentParser
14-
import _InstructionCounter
14+
import _SwiftFormatInstructionCounter
1515

1616
struct PerformanceMeasurementsOptions: ParsableArguments {
1717
@Flag(help: "Measure number of instructions executed by swift-format")

0 commit comments

Comments
 (0)