Skip to content

Commit

Permalink
Add decorate test
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Mar 25, 2016
1 parent 927904f commit e9b36f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/decorate.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <fit/decorate.hpp>
#include "test.hpp"

FIT_TEST_CASE()
{
FIT_TEST_CHECK(fit::decorate(fit::always(1))(fit::always(1))(fit::always(1))(5) == 1);
}

0 comments on commit e9b36f2

Please sign in to comment.