Skip to content

Commit

Permalink
Uncomment PlainArray - the compilation issue was local
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-bannykh committed Jan 22, 2025
1 parent 9fbc2bf commit b957f16
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import java.util.concurrent.atomic.AtomicIntegerArray
@LitmusTestContainer
object UnsafePublicationJvm {

// TODO: adding new tests or test classes leads to compilation errors
/* val PlainArray = litmusTest({
val PlainArray = litmusTest({
object : LitmusIOutcome() {
var arr: Array<Int>? = null
}
Expand All @@ -33,7 +32,7 @@ object UnsafePublicationJvm {
arr = null
}
}
*/

val PlainAtomicIntegerArray = litmusTest({
object : LitmusIOutcome() {
var arr: AtomicIntegerArray? = null
Expand Down

0 comments on commit b957f16

Please sign in to comment.