diff options
Diffstat (limited to 'cpp/src/slice2cppe')
-rw-r--r-- | cpp/src/slice2cppe/Gen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp index 4c461887a1e..6306a576439 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -3387,7 +3387,7 @@ Slice::Gen::ImplVisitor::writeDecl(Output& out, const string& name, const TypePt } case Builtin::KindObject: // XXX we should do something about this not being permitted here. { - assert("Slice classes not support in IceE" = 0); + assert("Slice classes not support in IceE" == 0); } } } @@ -3442,7 +3442,7 @@ Slice::Gen::ImplVisitor::writeReturn(Output& out, const TypePtr& type) } case Builtin::KindObject: // XXX we should do something about this not being permitted here. { - assert("Slice classes not support in IceE" = 0); + assert("Slice classes not support in IceE" == 0); } } |