More precise message for "this test can be unmuted"

This commit is contained in:
Shagen Ogandzhanian
2021-01-18 12:51:23 +01:00
parent 6331a135c8
commit 23332bac13
@@ -621,7 +621,7 @@ public class KotlinTestUtils {
} }
} }
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive."); throw new AssertionError(String.format("Looks like this test can be unmuted. Remove \"%s%s\" directive.", ignoreDirective, targetBackend));
} }
}; };
} }