Skip to content

Commit

Permalink
Shorten longest build times
Browse files Browse the repository at this point in the history
Summary: [Fatal] Shorten longest build times

Reviewed By: vitaut

Differential Revision: D20591466

fbshipit-source-id: ca321d05db226174b2806b73fa26ee50a4d31271
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Mar 23, 2020
1 parent b87c1d8 commit 02fdc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fatal/type/test/foreach_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ using replicate = typename replicate_impl<T, make_index_sequence<N>>::type;

FATAL_TEST(foreach_test, very_long_type_list) {
struct foo { static std::string get() { return "foo"; } };
constexpr auto size = 1ULL << 12;
constexpr auto size = 1ULL << 8;
using types = replicate<foo, size>;
static_assert(fatal::size<types>::value == size, "size mismatch");

Expand Down

0 comments on commit 02fdc36

Please sign in to comment.