Tests fixed for [deprecated]

This commit is contained in:
Andrey Breslav
2013-01-15 20:28:12 +04:00
parent 73f8fdb474
commit fe170f383a
3 changed files with 7 additions and 3 deletions
@@ -176,7 +176,7 @@ public class KotlinLightClassCoherenceTest extends KotlinAsJavaTestBase {
doTest();
}
public void testDeprectaed() throws Exception {
public void testDeprecated() throws Exception {
doTest();
}
@@ -84,7 +84,9 @@ public abstract class KotlinLightClassTest extends KotlinAsJavaTestBase {
public void testDeprecation() {
checkModifiers("test.Deprecated", PUBLIC, FINAL, DEPRECATED);
checkModifiers("test.DeprecatedFQN", PUBLIC, FINAL, DEPRECATED);
checkModifiers("test.DeprecatedWithBrackets", PUBLIC, FINAL, DEPRECATED);
checkModifiers("test.DeprecatedWithBracketsFQN", PUBLIC, FINAL, DEPRECATED);
}
public void testGenericity() {