diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-02-13 12:35:22 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-02-13 14:15:36 +0100 |
commit | 9358fdee4360f40451641f49fcd38b177f93c4ad (patch) | |
tree | 8ff4ec1deb284d1c4335c9ea3a57c12ee4c2953d /ruby/test | |
parent | Fix building PHP with Windows C++ NuGet packages (diff) | |
download | ice-9358fdee4360f40451641f49fcd38b177f93c4ad.tar.bz2 ice-9358fdee4360f40451641f49fcd38b177f93c4ad.tar.xz ice-9358fdee4360f40451641f49fcd38b177f93c4ad.zip |
Fixed UWP cross operation test failure
Diffstat (limited to 'ruby/test')
-rw-r--r-- | ruby/test/Ice/operations/Test.ice | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/test/Ice/operations/Test.ice b/ruby/test/Ice/operations/Test.ice index cf72cba9a89..fc7caac0cc7 100644 --- a/ruby/test/Ice/operations/Test.ice +++ b/ruby/test/Ice/operations/Test.ice @@ -95,6 +95,8 @@ interface MyClass { void shutdown(); + bool supportsCompress(); + void opVoid(); byte opByte(byte p1, byte p2, |