Rename *.jet -> *.kt in codegen tests
This commit is contained in:
committed by
Alexander Udalov
parent
b0aa094cf8
commit
99827d10a8
@@ -70,23 +70,23 @@ public class StringsTest extends CodegenTestCase {
|
||||
}
|
||||
|
||||
public void testRawStrings() throws Exception {
|
||||
blackBoxFile("rawStrings.jet");
|
||||
blackBoxFile("rawStrings.kt");
|
||||
}
|
||||
|
||||
public void testMultilineStringsWithTemplates() throws Exception {
|
||||
blackBoxFile("multilineStringsWithTemplates.jet");
|
||||
blackBoxFile("multilineStringsWithTemplates.kt");
|
||||
}
|
||||
|
||||
public void testKt881() throws Exception {
|
||||
blackBoxFile("regressions/kt881.jet");
|
||||
blackBoxFile("regressions/kt881.kt");
|
||||
}
|
||||
|
||||
public void testKt894() throws Exception {
|
||||
blackBoxFile("regressions/kt894.jet");
|
||||
blackBoxFile("regressions/kt894.kt");
|
||||
}
|
||||
|
||||
public void testKt889() throws Exception {
|
||||
blackBoxFile("regressions/kt889.jet");
|
||||
blackBoxFile("regressions/kt889.kt");
|
||||
}
|
||||
|
||||
public void testEa35743() {
|
||||
|
||||
Reference in New Issue
Block a user