Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/AAU-PSix/canary into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas committed Apr 30, 2022
2 parents a13af2b + 1dcfbf3 commit c0873db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/cfa/test_graphs_graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,13 @@ def test_create_graphs_graphics(self) -> None:
a=2;
"""
),
("if_report_example",
"""
if (a < 2) {
b = 0;
} else {
b = 1;
}"""),
("program_5", """
void foo() {
int a = 0;
Expand Down

0 comments on commit c0873db

Please sign in to comment.