File tree 2 files changed +6
-7
lines changed
kotlinx-coroutines-core/concurrent/test
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
2
+ * Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
*/
4
4
5
5
package kotlinx.coroutines
@@ -142,4 +142,4 @@ class AtomicCancellationTest : TestBase() {
142
142
yield () // to jobToJoin & canceller
143
143
expect(6 )
144
144
}
145
- }
145
+ }
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
2
+ * Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
*/
4
4
5
- package kotlinx.coroutines
6
-
7
- import org.junit.*
5
+ import kotlinx.coroutines.*
6
+ import kotlin.test.*
8
7
import kotlin.coroutines.*
9
8
10
9
/* *
@@ -61,4 +60,4 @@ class JobStructuredJoinStressTest : TestBase() {
61
60
}
62
61
finish(2 + nRepeats)
63
62
}
64
- }
63
+ }
You can’t perform that action at this time.
0 commit comments