summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/stacktrace/StackTrace.debug.macOS
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-06-01 17:41:03 +0200
committerJose <jose@zeroc.com>2018-06-01 17:41:03 +0200
commitcbe92e540a7f02f0bdf93192424bd119189365b7 (patch)
tree411c50dc0ae9c669d31a940b1b4903b5deac4f12 /cpp/test/IceUtil/stacktrace/StackTrace.debug.macOS
parentFixed Util.py check for binary installation directory on Windows (diff)
downloadice-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.macOS')
-rw-r--r--cpp/test/IceUtil/stacktrace/StackTrace.debug.macOS5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.macOS b/cpp/test/IceUtil/stacktrace/StackTrace.debug.macOS
index f974d3cfc51..74c8226d375 100644
--- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.macOS
+++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.macOS
@@ -7,5 +7,6 @@
6 (anonymous namespace)::Thrower::third() in client
7 (anonymous namespace)::Thrower::second() in client
8 (anonymous namespace)::Thrower::first() in client
- 9 main in client
- 10 start in libdyld.dylib
+ 9 Client::run(int, char**) in client
+ 10 int Test::runTest<Client>(int, char**) in client
+ 11 main in client