diff options
Diffstat (limited to 'TAO/tests/Bug_1904_Regression/test.idl')
-rw-r--r-- | TAO/tests/Bug_1904_Regression/test.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1904_Regression/test.idl b/TAO/tests/Bug_1904_Regression/test.idl new file mode 100644 index 00000000000..766591f6d84 --- /dev/null +++ b/TAO/tests/Bug_1904_Regression/test.idl @@ -0,0 +1,5 @@ +// $Id$ +interface con +{ +}; + |