summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/test.cpp')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/test.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/test.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/test.cpp
deleted file mode 100644
index 27aa6d31b2a..00000000000
--- a/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/test.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-#include "Ptest.h"
-
-ACE_RCSID(Persistence_Test, test, "$Id$")
-
-int main (int argc, char *argv[])
-{
- Ptest ptest;
-
- int retval = ptest.init (argc,
- argv);
-
- if (retval == -1)
- return 1;
-
- retval = ptest.run ();
-
- return retval;
-}