1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-14 18:24:10 +00:00

removed verbose log from unit test

This commit is contained in:
Andrzej Sliwa 2020-12-09 12:22:51 +01:00
parent e8155008a2
commit 9a3244bfc0

View File

@ -1066,7 +1066,7 @@ public class TestPrograms {
@Test
public void testAddressWithExpressionValue() throws IOException, URISyntaxException {
compileAndCompare("address-with-expression-value.c", log());
compileAndCompare("address-with-expression-value.c");
}
@Test