aboutsummaryrefslogtreecommitdiffstats
path: root/ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/RobolectricTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/RobolectricTest.kt')
-rw-r--r--ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/RobolectricTest.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/RobolectricTest.kt b/ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/RobolectricTest.kt
new file mode 100644
index 00000000..4213cb41
--- /dev/null
+++ b/ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/RobolectricTest.kt
@@ -0,0 +1,6 @@
+/*
+ * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+package ordered.tests
+
+open class RobolectricTest : FirstRobolectricTest()