summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/clash/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-01-06 16:42:35 -0500
committerBernard Normier <bernard@zeroc.com>2017-01-06 16:42:35 -0500
commitd7778df86336f3becb561463ae24243ccfe02164 (patch)
tree4e437427a9d333b44665fbdecea239350c800522 /cpp/test/Slice/clash/Client.cpp
parentTest script fix, don't terminate the process twice (diff)
downloadice-d7778df86336f3becb561463ae24243ccfe02164.tar.bz2
ice-d7778df86336f3becb561463ae24243ccfe02164.tar.xz
ice-d7778df86336f3becb561463ae24243ccfe02164.zip
Renamed Slice/keyword test to clash, and added identifier-clash test
Diffstat (limited to 'cpp/test/Slice/clash/Client.cpp')
-rw-r--r--cpp/test/Slice/clash/Client.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/test/Slice/clash/Client.cpp b/cpp/test/Slice/clash/Client.cpp
deleted file mode 100644
index 66f3b8ee23b..00000000000
--- a/cpp/test/Slice/clash/Client.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-#include <Ice/Ice.h>
-#include <Clash.h>
-
-using namespace std;
-
-int
-main(int /*argc*/, char* /*argv*/[])
-{
- cout << "testing clash... " << flush;
- //
- // TODO: add runtime testing
- //
- cout << "ok" << endl;
- return 0;
-}