Skip to content

Commit

Permalink
Improve order
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Mar 21, 2014
1 parent 6b84485 commit bd5961e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_clue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
#include "clue.hpp"
#include "lest_cpp03.hpp"

#define TEST( name ) lest_TEST( specification, name )

using namespace lest;
using namespace clue;

test_specification specification;

#define TEST( name ) lest_TEST( specification, name )

TEST( "Function is_true() to suppress warning \"expression has no effect\" acts as identity function." )
{
EXPECT( false == is_true( false ) );
Expand Down

0 comments on commit bd5961e

Please sign in to comment.