diff options
author | Jose <jose@zeroc.com> | 2016-06-15 00:19:59 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-06-15 00:19:59 +0200 |
commit | ba6baa652e468533aeba3235541f03612e101751 (patch) | |
tree | 0050b753865eb2c0a7e61269f15d2e43573d2674 /cpp/test | |
parent | Clean rules fixes (diff) | |
download | ice-ba6baa652e468533aeba3235541f03612e101751.tar.bz2 ice-ba6baa652e468533aeba3235541f03612e101751.tar.xz ice-ba6baa652e468533aeba3235541f03612e101751.zip |
Stack trace test expec files for Linux
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux | 1 | ||||
-rw-r--r-- | cpp/test/IceUtil/stacktrace/StackTrace.release.Linux | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux index 5f6c0f19732..537f6b96dc9 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux @@ -6,4 +6,3 @@ client client client client - 8 __libc_start_main() diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.release.Linux b/cpp/test/IceUtil/stacktrace/StackTrace.release.Linux index 3da3cc083ce..a2fde31ab7a 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.release.Linux +++ b/cpp/test/IceUtil/stacktrace/StackTrace.release.Linux @@ -1,4 +1,3 @@ 0 IceUtil::Exception::Exception(char const*, int) 1 IceUtil::NullHandleException::NullHandleException(char const*, int) client - 3 __libc_start_main() |