mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-27 19:50:10 +00:00
Renamed tests.
This commit is contained in:
parent
dcd4e070ba
commit
bfce6bffd1
@ -358,13 +358,13 @@ public class TestPrograms {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testCompoundAssignment() throws IOException, URISyntaxException {
|
public void testAssignmentCompound() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("compound-assignment");
|
compileAndCompare("assignment-compound");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChainedAssignment() throws IOException, URISyntaxException {
|
public void testAssignmentChained() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("chained-assignment");
|
compileAndCompare("assignment-chained");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user