diff options
Diffstat (limited to 'python/test/Ice/slicing/exceptions/ServerAMD.py')
-rwxr-xr-x | python/test/Ice/slicing/exceptions/ServerAMD.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/slicing/exceptions/ServerAMD.py b/python/test/Ice/slicing/exceptions/ServerAMD.py index c4a3ab4336b..8c0513cc4e8 100755 --- a/python/test/Ice/slicing/exceptions/ServerAMD.py +++ b/python/test/Ice/slicing/exceptions/ServerAMD.py @@ -11,7 +11,7 @@ import os, sys, traceback import Ice -Ice.loadSlice('-I. --all ServerPrivateAMD.ice') +Ice.loadSlice('-I. --all ServerPrivate.ice') import Test class TestI(Test.TestIntf): |