Updated test to experimental package

This commit is contained in:
Roman Elizarov
2017-01-27 18:42:47 +03:00
committed by Denis Zharkov
parent 8dc318dd92
commit a1571657f3
@@ -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.