src/internet/test/ipv6-fragmentation-test.cc
changeset 9079 1e5921e6507d
parent 7790 47d6d575412c
child 9266 d26408b17360
--- a/src/internet/test/ipv6-fragmentation-test.cc	Thu Sep 20 10:13:28 2012 -0400
+++ b/src/internet/test/ipv6-fragmentation-test.cc	Fri Sep 21 13:47:41 2012 +0200
@@ -59,7 +59,7 @@
 #include <limits>
 #include <netinet/in.h>
 
-namespace ns3 {
+using namespace ns3;
 
 class UdpSocketImpl;
 
@@ -426,5 +426,3 @@
     AddTestCase (new Ipv6FragmentationTest);
   }
 } g_ipv6fragmentationTestSuite;
-
-}; // namespace ns3