summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/clash/Client.cpp
diff options
context:
space:
mode:
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;
-}