diff options
Diffstat (limited to 'cpp/test/Slice/macros/Client.cpp')
-rw-r--r-- | cpp/test/Slice/macros/Client.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/Slice/macros/Client.cpp b/cpp/test/Slice/macros/Client.cpp index 1f15e4e91a1..36c26e47b7a 100644 --- a/cpp/test/Slice/macros/Client.cpp +++ b/cpp/test/Slice/macros/Client.cpp @@ -25,10 +25,6 @@ main(int argc, char* argv[]) test(d->x == 10); test(d->y == 10); - NoDefaultPtr nd = new NoDefault(); - test(nd->x != 10); - test(nd->y != 10); - CppOnlyPtr c = new CppOnly(); test(c->lang == "cpp"); test(c->version == ICE_INT_VERSION); |