Skip to content

Commit a7fe4e5

Browse files
committed
Fix CliBindingTrace instantiation in OneFilePerformance test
1 parent 92f2c46 commit a7fe4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/kotlin/org/javacs/kt/OneFilePerformance.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class OneFilePerformance {
5353
}
5454

5555
internal fun compile(compile: Collection<KtFile>, sourcePath: Collection<KtFile>): BindingTraceContext {
56-
val trace = CliBindingTrace()
56+
val trace = CliBindingTrace(env.project)
5757
val container = CompilerFixtures.createContainer(
5858
env.project,
5959
sourcePath,

0 commit comments

Comments
 (0)