diff options
Diffstat (limited to 'python/test/Ice/operations/ServerAMD.py')
-rwxr-xr-x | python/test/Ice/operations/ServerAMD.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/operations/ServerAMD.py b/python/test/Ice/operations/ServerAMD.py index a7cce20ca50..26375cfe2b3 100755 --- a/python/test/Ice/operations/ServerAMD.py +++ b/python/test/Ice/operations/ServerAMD.py @@ -20,7 +20,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 def test(b): |