diff options
author | Michi Henning <michi@zeroc.com> | 2004-02-23 02:11:23 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-02-23 02:11:23 +0000 |
commit | e144f79172ef8992b1d498618d50b47ebe8827cf (patch) | |
tree | b9fa234d76a5f9d708503d2285de4700af3d4c3f /cpp/test/Ice/slicing/exceptions/Test.ice | |
parent | fix (diff) | |
download | ice-e144f79172ef8992b1d498618d50b47ebe8827cf.tar.bz2 ice-e144f79172ef8992b1d498618d50b47ebe8827cf.tar.xz ice-e144f79172ef8992b1d498618d50b47ebe8827cf.zip |
Added AMI and AMD tests.
Diffstat (limited to 'cpp/test/Ice/slicing/exceptions/Test.ice')
-rw-r--r-- | cpp/test/Ice/slicing/exceptions/Test.ice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/slicing/exceptions/Test.ice b/cpp/test/Ice/slicing/exceptions/Test.ice index 27b2aa99bd8..cb42aa4d87c 100644 --- a/cpp/test/Ice/slicing/exceptions/Test.ice +++ b/cpp/test/Ice/slicing/exceptions/Test.ice @@ -35,7 +35,7 @@ exception KnownMostDerived extends KnownIntermediate string kmd; }; -interface Test +["ami"] interface Test { void baseAsBase() throws Base; void unknownDerivedAsBase() throws Base; @@ -45,7 +45,7 @@ interface Test void unknownIntermediateAsBase() throws Base; void knownIntermediateAsBase() throws Base; void knownMostDerivedAsBase() throws Base; - void knownIntermediateAsknownIntermediate() throws KnownIntermediate; + void knownIntermediateAsKnownIntermediate() throws KnownIntermediate; void knownMostDerivedAsKnownIntermediate() throws KnownIntermediate; void knownMostDerivedAsKnownMostDerived() throws KnownMostDerived; |