Skip to content

Commit 3662611

Browse files
committed
Kotlin: Fix compilation_finished upgrade script
1 parent b557242 commit 3662611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/upgrades/37f33da42d2cffa6ad8b26feaa6beed1c5ce3149/compilation_finished.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ class Compilation extends @compilation {
33
}
44

55
from Compilation c, float cpu_seconds, float elapsed_seconds
6-
where compilations(c, cpu_seconds, elapsed_seconds)
6+
where compilation_finished(c, cpu_seconds, elapsed_seconds)
77
select c, cpu_seconds, elapsed_seconds, /* success */ 0

0 commit comments

Comments
 (0)