Skip to content

Commit

Permalink
Update fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 24, 2024
1 parent 80eacad commit ccd9ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: vigoux/tree-sitter-fuzz-action@v1
- uses: vigoux/tree-sitter-fuzz-action@v1.1
with:
language: just
external-scanner: src/scanner.c
Expand Down
2 changes: 1 addition & 1 deletion src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <string.h>

// Enable this for debugging
#define DEBUG_PRINT
// #define DEBUG_PRINT
#ifdef DEBUG_PRINT
#define dbg_print(...) \
do { \
Expand Down

0 comments on commit ccd9ba6

Please sign in to comment.