summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/exceptions/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/exceptions/Test.ice')
-rw-r--r--cppe/test/IceE/exceptions/Test.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/test/IceE/exceptions/Test.ice b/cppe/test/IceE/exceptions/Test.ice
index aaa85038674..a8446418555 100644
--- a/cppe/test/IceE/exceptions/Test.ice
+++ b/cppe/test/IceE/exceptions/Test.ice
@@ -43,7 +43,7 @@ module Mod
{
exception A extends ::Test::A
{
- int a2Mem;
+ int a2Mem;
};
};