diff options
author | Jose <jose@zeroc.com> | 2018-06-01 17:41:03 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-06-01 17:41:03 +0200 |
commit | cbe92e540a7f02f0bdf93192424bd119189365b7 (patch) | |
tree | 411c50dc0ae9c669d31a940b1b4903b5deac4f12 /cpp/test/IceUtil/stacktrace/StackTrace.debug.Win64 | |
parent | Fixed Util.py check for binary installation directory on Windows (diff) | |
download | ice-cbe92e540a7f02f0bdf93192424bd119189365b7.tar.bz2 ice-cbe92e540a7f02f0bdf93192424bd119189365b7.tar.xz ice-cbe92e540a7f02f0bdf93192424bd119189365b7.zip |
Do not use Ice::Application for Ice testsuite
Diffstat (limited to 'cpp/test/IceUtil/stacktrace/StackTrace.debug.Win64')
-rw-r--r-- | cpp/test/IceUtil/stacktrace/StackTrace.debug.Win64 | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Win64 b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Win64 index 0539f10185a..697f9860a23 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Win64 +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Win64 @@ -1,9 +1,10 @@ - 0 IceUtil::Exception::Exception - 1 IceUtil::ExceptionHelper<IceUtil::NullHandleException>::ExceptionHelper - 2 IceUtil::NullHandleException::NullHandleException - 3 `anonymous namespace'::Thrower::fifth - 4 `anonymous namespace'::Thrower::forth - 5 `anonymous namespace'::Thrower::third - 6 `anonymous namespace'::Thrower::second - 7 `anonymous namespace'::Thrower::first - 8 main + 0 IceUtil::Exception::Exception at + 1 IceUtil::ExceptionHelper<IceUtil::NullHandleException>::ExceptionHelper<IceUtil::NullHandleException> at + 2 IceUtil::NullHandleException::NullHandleException at + 3 `anonymous namespace'::Thrower::fifth at + 4 `anonymous namespace'::Thrower::forth at + 5 `anonymous namespace'::Thrower::third at + 6 `anonymous namespace'::Thrower::second at + 7 `anonymous namespace'::Thrower::first at + 8 Client::run at + 9 Test::runTest<Client> at |