|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54008 - sandbox/monotonic/libs/monotonic/test
From: christian.schladetsch_at_[hidden]
Date: 2009-06-17 05:36:59
Author: cschladetsch
Date: 2009-06-17 05:36:59 EDT (Wed, 17 Jun 2009)
New Revision: 54008
URL: http://svn.boost.org/trac/boost/changeset/54008
Log:
changed test order
Text files modified:
sandbox/monotonic/libs/monotonic/test/main.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/monotonic/libs/monotonic/test/main.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/main.cpp (original)
+++ sandbox/monotonic/libs/monotonic/test/main.cpp 2009-06-17 05:36:59 EDT (Wed, 17 Jun 2009)
@@ -370,8 +370,8 @@
_set_se_translator(straight_to_debugger);
#endif
- test_mono_map();
- //test_map_list_heap_stack();
+ //test_mono_map();
+ test_map_list_heap_stack();
//test_static_storage();
//run_all_tests();
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk