summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2375_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2375_Regression/test.idl')
-rwxr-xr-xTAO/tests/Bug_2375_Regression/test.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tests/Bug_2375_Regression/test.idl b/TAO/tests/Bug_2375_Regression/test.idl
deleted file mode 100755
index a6ee7413825..00000000000
--- a/TAO/tests/Bug_2375_Regression/test.idl
+++ /dev/null
@@ -1,5 +0,0 @@
-// $Id$
-valuetype TestValuetype {
- factory create(in boolean b, in short s);
-};
-