Minor, ignore tests on typeOf without reflection on Android

Currently all Android tests are run with kotlin-reflect in the
classpath, so these tests can't succeed
This commit is contained in:
Alexander Udalov
2019-03-06 15:24:36 +01:00
parent 7d9405a9cb
commit 670b06ae97
@@ -42,6 +42,7 @@ public class SpecialFiles {
//Test with no reflection at runtime
excludedFiles.add("noReflectAtRuntime");
excludedFiles.add("noReflect");
excludedFiles.add("functionNtoStringNoReflect.kt");
excludedFiles.add("getDelegateWithoutReflection.kt");