mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-22 16:33:48 +00:00
Added initial support for special BYTE0() and BYTE1() unary operators giving access to specific bytes. #221
This commit is contained in:
parent
945d8a1113
commit
03d5d9621a
@ -47,12 +47,12 @@ public class TestPrograms {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testOperatorByte1() throws IOException, URISyntaxException {
|
public void testOperatorByte1() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("operator-byte1.c", log());
|
compileAndCompare("operator-byte1.c");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testOperatorByte0() throws IOException, URISyntaxException {
|
public void testOperatorByte0() throws IOException, URISyntaxException {
|
||||||
compileAndCompare("operator-byte0.c", log());
|
compileAndCompare("operator-byte0.c");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user