summaryrefslogtreecommitdiff
path: root/java/test/Ice/slicing/exceptions/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/slicing/exceptions/Test.ice')
-rw-r--r--java/test/Ice/slicing/exceptions/Test.ice4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/slicing/exceptions/Test.ice b/java/test/Ice/slicing/exceptions/Test.ice
index 27b2aa99bd8..cb42aa4d87c 100644
--- a/java/test/Ice/slicing/exceptions/Test.ice
+++ b/java/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;