Skip to content

Commit bd3b6e2

Browse files
committed
keep absolute path
1 parent a2639ea commit bd3b6e2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/TestTestRunner.cpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
#include "../UnitTest++.h"
1+
#include "UnitTest++/UnitTestPP.h"
22
#include "RecordingReporter.h"
3-
#include "../ReportAssert.h"
4-
#include "../TestList.h"
5-
#include "../TimeHelpers.h"
6-
#include "../TimeConstraint.h"
3+
#include "UnitTest++/ReportAssert.h"
4+
#include "UnitTest++/TestList.h"
5+
#include "UnitTest++/TimeHelpers.h"
6+
#include "UnitTest++/TimeConstraint.h"
7+
#include "UnitTest++/ReportAssertImpl.h"
78

89
using namespace UnitTest;
910

0 commit comments

Comments
 (0)