diff options
Diffstat (limited to 'cpp/test/Ice/operations/TestI.cpp')
-rwxr-xr-x | cpp/test/Ice/operations/TestI.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/operations/TestI.cpp b/cpp/test/Ice/operations/TestI.cpp index 84c8f3695d0..70723ee2b16 100755 --- a/cpp/test/Ice/operations/TestI.cpp +++ b/cpp/test/Ice/operations/TestI.cpp @@ -55,8 +55,9 @@ MyDerivedClassI::delay(Ice::Int ms, const Ice::Current& current) } void -MyDerivedClassI::opVoid(const Ice::Current&) +MyDerivedClassI::opVoid(const Ice::Current& current) { + test(current.mode == Ice::Normal); } Ice::Byte |