Skip to content

Commit

Permalink
drop the localtime fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Aug 28, 2021
1 parent f7892bd commit 5c47d1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion test/fuzzing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ function(add_fuzzer source)
target_compile_features(${name} PRIVATE cxx_generic_lambdas)
endfunction()

foreach (source chrono-duration.cc chrono-timepoint.cc float.cc named-arg.cc one-arg.cc two-args.cc timefunc-localtime.cc)
foreach (source chrono-duration.cc chrono-timepoint.cc float.cc named-arg.cc one-arg.cc two-args.cc)
add_fuzzer(${source})
endforeach ()
30 changes: 0 additions & 30 deletions test/fuzzing/timefunc-localtime.cc

This file was deleted.

0 comments on commit 5c47d1b

Please sign in to comment.