summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/reopened_modules.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/reopened_modules.idl')
-rw-r--r--TAO/tests/IDL_Test/reopened_modules.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/IDL_Test/reopened_modules.idl b/TAO/tests/IDL_Test/reopened_modules.idl
index 9729e166ea8..3e216e4243c 100644
--- a/TAO/tests/IDL_Test/reopened_modules.idl
+++ b/TAO/tests/IDL_Test/reopened_modules.idl
@@ -300,17 +300,5 @@ module Thwoik
interface TestType {};
};
-// We had a problem with the inheritance list
-// in the declaration of A_mod::B_mod::Foo, in
-// both stub and skeleton files.
-module A_mod
-{
- interface Foo {};
-
- module B_mod
- {
- interface Foo : A_mod::Foo {};
- };
-};