Rename *.jet -> *.kt in codegen tests

This commit is contained in:
Alexander Udalov
2013-01-22 21:22:06 +04:00
committed by Alexander Udalov
parent b0aa094cf8
commit 99827d10a8
226 changed files with 193 additions and 193 deletions
@@ -73,11 +73,11 @@ public class PatternMatchingTest extends CodegenTestCase {
}
public void testRange() throws Exception {
blackBoxFile("patternMatching/range.jet");
blackBoxFile("patternMatching/range.kt");
}
public void testLongInRange() throws Exception {
blackBoxFile("patternMatching/longInRange.jet");
blackBoxFile("patternMatching/longInRange.kt");
}
public void testWhenArgumentIsEvaluatedOnlyOnce() throws Exception {
@@ -112,7 +112,7 @@ public class PatternMatchingTest extends CodegenTestCase {
}
public void testCallProperty() throws Exception {
blackBoxFile("patternMatching/callProperty.jet");
blackBoxFile("patternMatching/callProperty.kt");
}
public void testMultipleConditions() throws Exception {