loggingservices/eventlogger/test/inc/t_logutil.h
branchRCL_3
changeset 23 26645d81f48d
parent 9 667e88a979d7
child 24 cc28652e0254
--- a/loggingservices/eventlogger/test/inc/t_logutil.h	Thu Aug 19 11:36:21 2010 +0300
+++ b/loggingservices/eventlogger/test/inc/t_logutil.h	Tue Aug 31 16:57:14 2010 +0300
@@ -17,9 +17,6 @@
 
 #include <e32test.h>
 
-//Define "TheTest" variable in the cpp test file 
-extern RTest TheTest;
-
 void LogTestBoolExpr(TBool aRes, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
 void LogCheck(TInt aValue, TInt aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);
 void LogCheckU(TUint aValue, TUint aExpected, const TText* aFile, TInt aLine, TBool aPrintThreadName = EFalse);