src/routing/aodv/test/loopback.h
changeset 6775 0783f42a364b
parent 6089 846a907de7b7
--- a/src/routing/aodv/test/loopback.h	Mon Jan 10 15:55:29 2011 -0800
+++ b/src/routing/aodv/test/loopback.h	Mon Jan 17 12:53:20 2011 -0800
@@ -36,7 +36,7 @@
 {
   LoopbackTestCase () : TestCase ("Ping 127.0.0.1 test") {}
   /// Run test
-  bool DoRun ();
+  void DoRun ();
 };
 
 }