Skip to content

Commit

Permalink
travis workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 9, 2019
1 parent 5e230d6 commit c6eed3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/fuzzing/sprintf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
#include <cstdint>
#include <stdexcept>

constexpr auto Nmax = std::max(sizeof(long double), sizeof(std::intmax_t));

// won't work on travis.
//constexpr auto Nmax = std::max(sizeof(long double), sizeof(std::intmax_t));
constexpr auto Nmax=16;

template <class Item>
Item assignFromBuf(const uint8_t* Data, std::size_t Size) {
Expand Down

0 comments on commit c6eed3a

Please sign in to comment.