summaryrefslogtreecommitdiff
path: root/CIAO/tests
diff options
context:
space:
mode:
authorsmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-05-21 22:24:26 +0000
committersmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-05-21 22:24:26 +0000
commit37d6bfb74788dea1d5b9ce768b82e23ba4d2b4d4 (patch)
tree0c073a849b9827d18b2de42e75b4a7cbc44c20ef /CIAO/tests
parent0f965b1f893ee4a81b5d534a808631231439c3fd (diff)
downloadATCD-37d6bfb74788dea1d5b9ce768b82e23ba4d2b4d4.tar.gz
ChangeLogTag: Wed May 21 22:20:27 UTC 2014 Simon McQueen <simon.mcqueen@gmail.com>
Diffstat (limited to 'CIAO/tests')
-rw-r--r--CIAO/tests/Bug_3890_Regression/Foo.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/tests/Bug_3890_Regression/Foo.idl b/CIAO/tests/Bug_3890_Regression/Foo.idl
index 8db13013459..72026a41bec 100644
--- a/CIAO/tests/Bug_3890_Regression/Foo.idl
+++ b/CIAO/tests/Bug_3890_Regression/Foo.idl
@@ -57,12 +57,12 @@ union Data2 switch (DataType2)
};
interface intf {};
-valuetype vtype {};
+valuetype vtype_ {};
component Foo
{
attribute intf my_intf;
- attribute vtype my_vtype;
+ attribute vtype_ my_vtype;
attribute short my_short;
attribute long my_long;