From a1571657f365f2d5c1ae695011f2de6a6d0cdd94 Mon Sep 17 00:00:00 2001 From: Roman Elizarov Date: Fri, 27 Jan 2017 18:42:47 +0300 Subject: [PATCH] Updated test to experimental package --- .../stdlib/test/coroutines/CoroutinesReferenceValuesTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/stdlib/test/coroutines/CoroutinesReferenceValuesTest.kt b/libraries/stdlib/test/coroutines/CoroutinesReferenceValuesTest.kt index f57cf154900..05abad979a8 100644 --- a/libraries/stdlib/test/coroutines/CoroutinesReferenceValuesTest.kt +++ b/libraries/stdlib/test/coroutines/CoroutinesReferenceValuesTest.kt @@ -18,7 +18,7 @@ package test.coroutines import kotlin.test.* import org.junit.Test -import kotlin.coroutines.* +import kotlin.coroutines.experimental.* /** * Test to ensure that coroutine machinery does not call equals/hashCode/toString anywhere.