fork

Fork of cpputest by Rohit Grover

Revision:
1:4769360130ed
Parent:
0:0b799af9d58e
--- a/include/CppUTest/TestResult.h	Tue Jan 28 09:27:41 2014 +0000
+++ b/include/CppUTest/TestResult.h	Tue Jun 17 15:52:54 2014 +0100
@@ -42,6 +42,7 @@
 {
 public:
 	TestResult(TestOutput&);
+	DEFAULT_COPY_CONSTRUCTOR(TestResult)
 	virtual ~TestResult();
 
 	virtual void testsStarted();