mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-27 19:50:10 +00:00
Removed extra assignment for return value. #316
This commit is contained in:
parent
e83e44675a
commit
b70ccac9fa
@ -40,12 +40,12 @@ public class TestPrograms {
|
|||||||
public void testProcedureCallingConventionStack1() throws IOException, URISyntaxException {
|
public void testProcedureCallingConventionStack1() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("procedure-callingconvention-stack-1", log());
|
compileAndCompare("procedure-callingconvention-stack-1", log());
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testProcedureCallingConventionStack0() throws IOException, URISyntaxException {
|
public void testProcedureCallingConventionStack0() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("procedure-callingconvention-stack-0", log().verboseCreateSsa().verboseParse().verboseStatementSequence());
|
compileAndCompare("procedure-callingconvention-stack-0", log().verboseCreateSsa().verboseParse().verboseStatementSequence());
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testStringPointerProblem() throws IOException, URISyntaxException {
|
public void testStringPointerProblem() throws IOException, URISyntaxException {
|
||||||
|
Loading…
Reference in New Issue
Block a user