summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2cppe/Gen.cpp4
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);
}
}