Skip to content

Commit

Permalink
Fix CliBindingTrace instantiation in OneFilePerformance test
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 18, 2025
1 parent 92f2c46 commit a7fe4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/test/kotlin/org/javacs/kt/OneFilePerformance.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class OneFilePerformance {
}

internal fun compile(compile: Collection<KtFile>, sourcePath: Collection<KtFile>): BindingTraceContext {
val trace = CliBindingTrace()
val trace = CliBindingTrace(env.project)
val container = CompilerFixtures.createContainer(
env.project,
sourcePath,
Expand Down

0 comments on commit a7fe4e5

Please sign in to comment.