diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-04-20 16:38:50 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-04-20 16:38:50 -0400 |
commit | f92a97c755a0de01f794b013d6217b6f7b811eb2 (patch) | |
tree | 5e513e1b8ddf23fbac0381d3ffcac43ad1325b48 /python/test/Ice/exceptions/ServerAMD.py | |
parent | Allow to build C++ test with Visual Studio 2010 Nuget packages (diff) | |
download | ice-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/exceptions/ServerAMD.py')
-rwxr-xr-x | python/test/Ice/exceptions/ServerAMD.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/exceptions/ServerAMD.py b/python/test/Ice/exceptions/ServerAMD.py index 5c96a48c987..ea6b9a9832f 100755 --- a/python/test/Ice/exceptions/ServerAMD.py +++ b/python/test/Ice/exceptions/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 def test(b): |