diff options
Diffstat (limited to 'cpp/test/Ice/optional/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/optional/AllTests.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/Ice/optional/AllTests.cpp b/cpp/test/Ice/optional/AllTests.cpp index c09083da4b8..ba90f0a95a4 100644 --- a/cpp/test/Ice/optional/AllTests.cpp +++ b/cpp/test/Ice/optional/AllTests.cpp @@ -307,7 +307,6 @@ private: FPtr _f; }; - class FactoryI #ifndef ICE_CPP11_MAPPING : public Ice::ValueFactory @@ -541,7 +540,6 @@ allTests(const Ice::CommunicatorPtr& communicator, bool) cout << "ok" << endl; - cout << "testing marshalling... " << flush; OneOptionalPtr oo4 = ICE_DYNAMIC_CAST(OneOptional, initial->pingPong(ICE_MAKE_SHARED(OneOptional))); test(!oo4->a); |