diff options
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf')
-rw-r--r-- | cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp index 85dd7fa715..7d97ded8b9 100644 --- a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp +++ b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.cpp @@ -157,7 +157,7 @@ PerfTest::destroyQueues() { int runPerfTest(int argc, char** argv) { // Load async store module - qpid::tryShlib ("asyncStore.so", false); + qpid::tryShlib ("asyncStore.so"); qpid::CommonOptions co; qpid::asyncStore::AsyncStoreOptions aso; |