From ec9279e8878186ac936d93725f7c1e1a45b3bdba Mon Sep 17 00:00:00 2001 From: rich_sposato Date: Mon, 7 Nov 2011 23:31:36 +0000 Subject: [PATCH] Cosmetic changes. git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1173 7ec92016-0320-0410-acc4-a06ded1c099a --- test/LevelMutex/main.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/LevelMutex/main.cpp b/test/LevelMutex/main.cpp index 73eee52..68ecc24 100644 --- a/test/LevelMutex/main.cpp +++ b/test/LevelMutex/main.cpp @@ -14,11 +14,6 @@ // //////////////////////////////////////////////////////////////////////////////// -// $Id$ - - -// ---------------------------------------------------------------------------- - #include "loki/LevelMutex.h" @@ -522,7 +517,6 @@ void SingleThreadExceptionTest( void ) ExceptionMutex mutex2a( 2 ); mutex2a.GetMutexPolicy().SetTossPolicy( ExceptionTossingMutex::Never ); MutexErrors::Type result = MutexErrors::Success; - try { mutex1a.Lock(); @@ -557,6 +551,7 @@ void SingleThreadExceptionTest( void ) ExceptionMutex mutex2d( 2 ); mutex2d.GetMutexPolicy().SetTossPolicy( ExceptionTossingMutex::Never ); LevelMutexInfo::MutexContainer mutexes; + try { mutexes.push_back( &mutex2a ); @@ -587,6 +582,7 @@ void SingleThreadExceptionTest( void ) ExceptionMutex mutex3b( 3 ); mutex3b.GetMutexPolicy().SetTossPolicy( ExceptionTossingMutex::Never ); mutexes.clear(); + try { mutexes.push_back( &mutex3a );