summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/TestBase.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-02-01 17:09:49 +0000
committerBernard Normier <bernard@zeroc.com>2007-02-01 17:09:49 +0000
commitabada90e3f84dc703b8ddc9efcbed8a946fadead (patch)
tree2c6f9dccd510ea97cb927a7bd635422efaae547a /cpp/test/IceUtil/thread/TestBase.cpp
parentremoving trace message (diff)
downloadice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2
ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz
ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip
Expanded tabs into spaces
Diffstat (limited to 'cpp/test/IceUtil/thread/TestBase.cpp')
-rw-r--r--cpp/test/IceUtil/thread/TestBase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/IceUtil/thread/TestBase.cpp b/cpp/test/IceUtil/thread/TestBase.cpp
index 54b565d9bb0..71bf59cce24 100644
--- a/cpp/test/IceUtil/thread/TestBase.cpp
+++ b/cpp/test/IceUtil/thread/TestBase.cpp
@@ -35,12 +35,12 @@ TestBase::start()
cout << "running " << _name << " test... " << flush;
try
{
- run();
+ run();
}
catch(const IceUtil::Exception& e)
{
- cout << e << " failed" << endl;
- throw TestFailed(_name);
+ cout << e << " failed" << endl;
+ throw TestFailed(_name);
}
cout << "ok" << endl;
}