Skip to content

Commit

Permalink
Merge pull request #416 from ydah/fix-include
Browse files Browse the repository at this point in the history
Use include target `destructors.h` instead of `printers.h` in fixtures
  • Loading branch information
yui-knk authored May 7, 2024
2 parents 2610288 + f58ee33 commit 95e0cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fixtures/integration/destructors.l
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <stdio.h>
#include <stdlib.h>
#include "printers.h"
#include "destructors.h"

int yycolumn = 0;

Expand Down

0 comments on commit 95e0cc2

Please sign in to comment.