mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-07 07:29:49 +00:00
Added pointify step. Still need to output the var to memory. #328
This commit is contained in:
parent
3ede41bab1
commit
5ddb1e9507
@ -35,10 +35,12 @@ public class TestPrograms {
|
|||||||
public TestPrograms() {
|
public TestPrograms() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
@Test
|
@Test
|
||||||
public void testDelcaredMemoryVar0() throws IOException, URISyntaxException {
|
public void testDelcaredMemoryVar0() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("declared-memory-var-0", log().verboseParse().verboseCreateSsa());
|
compileAndCompare("declared-memory-var-0", log().verboseParse().verboseCreateSsa());
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user