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