summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/ImpliedIDL/All/pass_through.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/ImpliedIDL/All/pass_through.idl')
-rw-r--r--TAO/CIAO/tests/IDL3/ImpliedIDL/All/pass_through.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/CIAO/tests/IDL3/ImpliedIDL/All/pass_through.idl b/TAO/CIAO/tests/IDL3/ImpliedIDL/All/pass_through.idl
index f5a4a76627c..4d51f0b3030 100644
--- a/TAO/CIAO/tests/IDL3/ImpliedIDL/All/pass_through.idl
+++ b/TAO/CIAO/tests/IDL3/ImpliedIDL/All/pass_through.idl
@@ -34,16 +34,16 @@ module mod
interface foo
{
typeprefix foo "preefy";
-
+
exception wrongety_wrong
{
base unrelated;
string explanation;
};
-
+
attribute base base_attr
getraises (wrongety_wrong)
- setraises (pre_mod::wrong, wrongety_wrong);
+ setraises (pre_mod::wrong, wrongety_wrong);
};
interface bleep;