diff --git a/src/simulator/high-precision-128.cc b/src/simulator/high-precision-128.cc index 67c544305..7fc3e3888 100644 --- a/src/simulator/high-precision-128.cc +++ b/src/simulator/high-precision-128.cc @@ -260,46 +260,31 @@ HighPrecision::SlowCompare (HighPrecision const &o) const } } -}; // namespace ns3 +} // namespace ns3 - -#ifdef RUN_SELF_TESTS #include "ns3/test.h" -namespace ns3 { - -class HighPrecision128Tests : public Test -{ -public: - HighPrecision128Tests (); - virtual ~HighPrecision128Tests (); - virtual bool RunTests (void); -}; - -HighPrecision128Tests::HighPrecision128Tests () - : Test ("Int128") -{} -HighPrecision128Tests::~HighPrecision128Tests () -{} - -#define CHECK_EXPECTED(v,expected) \ - { \ - if (v.GetInteger () != expected) \ - { \ - Failure () << "file="<<__FILE__<<", line="<<__LINE__<< \ - ", expected: "<