Skip to content

Commit

Permalink
Fix packages import
Browse files Browse the repository at this point in the history
  • Loading branch information
aartdem committed Mar 27, 2024
1 parent 6b57127 commit 5216e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions work1/src/main/kotlin/stack/Main.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package stack

import stack.simple.ConcurrentTreiberStack
import javax.print.attribute.standard.JobName
import kotlin.concurrent.thread
import kotlin.coroutines.coroutineContext
Expand Down
2 changes: 2 additions & 0 deletions work1/src/test/kotlin/stack/ConcurrentStackTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import org.jetbrains.kotlinx.lincheck.annotations.Operation
import org.jetbrains.kotlinx.lincheck.check
import org.jetbrains.kotlinx.lincheck.strategy.managed.modelchecking.ModelCheckingOptions
import org.jetbrains.kotlinx.lincheck.strategy.stress.StressOptions
import stack.common.ConcurrentStack
import stack.simple.ConcurrentTreiberStack
import kotlin.test.Test

abstract class ConcurrentStackTest(private val stack: ConcurrentStack<Int>) {
Expand Down

0 comments on commit 5216e24

Please sign in to comment.