summaryrefslogtreecommitdiff
path: root/tests/utils
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-07 08:44:50 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-07 08:44:50 +0200
commit703e5e1a088820d3a2d6d50281e761a99e35c6d8 (patch)
treee46f84bf6f08e4576381b3864d4b2178473708fc /tests/utils
parent374c902e272f06833cfc67e3b8bd86cc7ae7cd3c (diff)
downloadcrawler-703e5e1a088820d3a2d6d50281e761a99e35c6d8.tar.gz
crawler-703e5e1a088820d3a2d6d50281e761a99e35c6d8.tar.bz2
fixed all tests and rewrote module test
Diffstat (limited to 'tests/utils')
-rwxr-xr-xtests/utils/test3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/utils/test3.cpp b/tests/utils/test3.cpp
index a07365a..70ac676 100755
--- a/tests/utils/test3.cpp
+++ b/tests/utils/test3.cpp
@@ -15,8 +15,6 @@ class Logger : public Singleton< Logger >
cout << s << endl;
}
- friend class Singleton< Logger >;
-
protected:
Logger( )
{