summaryrefslogtreecommitdiff
path: root/python/test/Ice/slicing/exceptions/ServerAMD.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-04-20 16:38:50 -0400
committerBernard Normier <bernard@zeroc.com>2017-04-20 16:38:50 -0400
commitf92a97c755a0de01f794b013d6217b6f7b811eb2 (patch)
tree5e513e1b8ddf23fbac0381d3ffcac43ad1325b48 /python/test/Ice/slicing/exceptions/ServerAMD.py
parentAllow to build C++ test with Visual Studio 2010 Nuget packages (diff)
downloadice-f92a97c755a0de01f794b013d6217b6f7b811eb2.tar.bz2
ice-f92a97c755a0de01f794b013d6217b6f7b811eb2.tar.xz
ice-f92a97c755a0de01f794b013d6217b6f7b811eb2.zip
Removed xxxAMD.ice files, as they were no longer needed (ICE-7729)
Diffstat (limited to 'python/test/Ice/slicing/exceptions/ServerAMD.py')
-rwxr-xr-xpython/test/Ice/slicing/exceptions/ServerAMD.py2
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):