Skip to content

Commit

Permalink
Keep single-pragma test
Browse files Browse the repository at this point in the history
  • Loading branch information
ldore committed Nov 10, 2022
1 parent 723cb68 commit a7d4612
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_c_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ def test_pragma(self):
void f() {
#pragma bar
i = (a, b, c);
if (d)
#pragma qux
j = e;
if (d)
#pragma qux
#pragma quux
Expand Down

0 comments on commit a7d4612

Please sign in to comment.