Skip to content

Commit

Permalink
fixed catch.hpp path.
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Apr 24, 2017
1 parent cedc36b commit 4fad72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch09/ex9_28_TEST.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <string>

#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include "../include/catch.hpp"

using std::forward_list;
using std::string;
Expand Down

0 comments on commit 4fad72a

Please sign in to comment.