diff options
author | Jose <jose@zeroc.com> | 2019-06-06 20:57:26 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-06 20:57:26 +0200 |
commit | 9228cbd40c48cc168d5775f4e6e2618a4c8a3b6e (patch) | |
tree | b378ec0a17a41b3a0a22839b30dbb81a095d1da0 | |
parent | Fix Windows.getCompiler to account for Visual Studio 2019 (diff) | |
download | ice-9228cbd40c48cc168d5775f4e6e2618a4c8a3b6e.tar.bz2 ice-9228cbd40c48cc168d5775f4e6e2618a4c8a3b6e.tar.xz ice-9228cbd40c48cc168d5775f4e6e2618a4c8a3b6e.zip |
Fix for Xamarin builds
-rw-r--r-- | csharp/test/Ice/operations/TestAMD.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/operations/TestAMD.ice b/csharp/test/Ice/operations/TestAMD.ice index c48a10b1e3f..9d860d9e853 100644 --- a/csharp/test/Ice/operations/TestAMD.ice +++ b/csharp/test/Ice/operations/TestAMD.ice @@ -356,7 +356,7 @@ const string su2 = "\U00000128\U00000178\U000000FF\U00000100\U00001F00\U00010194 // Test proxy inheritance for class with operations // see: https://github.com/zeroc-ice/ice/issues/406 // -["cs:namespace:Ice.operations"] +["cs:namespace:Ice.operations.AMD"] module M { class A |