summaryrefslogtreecommitdiff
path: root/python/test/Ice/proxy/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/proxy/ServerAMD.py')
-rwxr-xr-xpython/test/Ice/proxy/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/proxy/ServerAMD.py b/python/test/Ice/proxy/ServerAMD.py
index 72d6e41bc55..2f285d4fc8a 100755
--- a/python/test/Ice/proxy/ServerAMD.py
+++ b/python/test/Ice/proxy/ServerAMD.py
@@ -16,7 +16,7 @@ if not slice_dir:
print(sys.argv[0] + ': Slice directory not found.')
sys.exit(1)
-Ice.loadSlice("'-I" + slice_dir + "' TestAMD.ice")
+Ice.loadSlice("'-I" + slice_dir + "' Test.ice")
import Test
class MyDerivedClassI(Test.MyDerivedClass):