Support new tests on android, disabled not applicable ones

This commit is contained in:
Mikhael Bogdanov
2016-05-06 16:52:57 +03:00
parent 5b6a8dcfd3
commit ca31ce8d88
4 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// WITH_RUNTIME
// FULL_JDK
package test
fun testProperLineNumber(): String {
var exceptionCount = 0;
try {
+1 -1
View File
@@ -1,6 +1,6 @@
// WITH_RUNTIME
// FULL_JDK
package test
fun testProperLineNumber(): String {
var exceptionCount = 0;
try {
+1 -1
View File
@@ -1,6 +1,6 @@
// WITH_RUNTIME
// FULL_JDK
package test
fun testProperLineNumberAfterInline(): String {
var exceptionCount = 0;
try {