diff options
author | Jose <jose@zeroc.com> | 2009-01-08 21:35:35 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-01-08 21:35:35 +0100 |
commit | 9c67c346c02882a40357ca01d8657d8516aef3c5 (patch) | |
tree | 6a6e0ccab9f0318ac086663e23546edeaada8719 /cpp | |
parent | Fixed bug 2091 - Added feedback when starting server with bogus executable (diff) | |
download | ice-9c67c346c02882a40357ca01d8657d8516aef3c5.tar.bz2 ice-9c67c346c02882a40357ca01d8657d8516aef3c5.tar.xz ice-9c67c346c02882a40357ca01d8657d8516aef3c5.zip |
Fix 3630 - errorDetection test failure
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Slice/errorDetection/DummyAtGlobalLevel.ice | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Slice/errorDetection/DummyAtGlobalLevel.ice b/cpp/test/Slice/errorDetection/DummyAtGlobalLevel.ice index 95bc0690efe..7b880eb3817 100644 --- a/cpp/test/Slice/errorDetection/DummyAtGlobalLevel.ice +++ b/cpp/test/Slice/errorDetection/DummyAtGlobalLevel.ice @@ -7,7 +7,6 @@ // // ********************************************************************** - interface Foo { void op() throws UndefinedException; |