$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-04-26 12:15:45
Author: danieljames
Date: 2008-04-26 12:15:44 EDT (Sat, 26 Apr 2008)
New Revision: 44778
URL: http://svn.boost.org/trac/boost/changeset/44778
Log:
Remove a trailing comma.
Text files modified:
branches/unordered/trunk/libs/unordered/test/helpers/test.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/unordered/trunk/libs/unordered/test/helpers/test.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/test.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/test.hpp 2008-04-26 12:15:44 EDT (Sat, 26 Apr 2008)
@@ -61,7 +61,7 @@
for(registered_test_base* i = first(); i; i = i->next)
i->run();
}
- };
+ }
}
#endif