Regenerate tests
This commit is contained in:
+2
-2
@@ -6612,7 +6612,7 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
catch (Throwable ignore) {
|
||||
return;
|
||||
}
|
||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
|
||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive or add it to whitelist for that.");
|
||||
}
|
||||
|
||||
@TestMetadata("passMemberOrExtFromNative.kt")
|
||||
@@ -6630,7 +6630,7 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
catch (Throwable ignore) {
|
||||
return;
|
||||
}
|
||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
|
||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive or add it to whitelist for that.");
|
||||
}
|
||||
|
||||
@TestMetadata("passTopLevelFunctionFromNative.kt")
|
||||
|
||||
Generated
+1
-1
@@ -222,7 +222,7 @@ public class InlineDefaultValuesTestsGenerated extends AbstractInlineDefaultValu
|
||||
catch (Throwable ignore) {
|
||||
return;
|
||||
}
|
||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
|
||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive or add it to whitelist for that.");
|
||||
}
|
||||
|
||||
@TestMetadata("kt21827.kt")
|
||||
|
||||
+799
-799
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user