Rename *.jet -> *.kt in codegen tests
This commit is contained in:
committed by
Alexander Udalov
parent
b0aa094cf8
commit
99827d10a8
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user