Skip to content

Commit

Permalink
slightly better assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykrell committed Mar 15, 2017
1 parent 66ca995 commit 71d51cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion m3-sys/m3back/src/M3C.m3
Expand Up @@ -4798,7 +4798,8 @@ BEGIN
& " ok2=" & BoolToText[ok2] & "\n"
);
RTIO.Flush();
<* ASSERT FALSE *>
<* ASSERT ok1 *>
<* ASSERT ok2 *>
END;
IF type = CGType.Int32 AND TInt.EQ(i, TInt.Min32) THEN
RETURN "-" & intLiteralPrefix[type] & TInt.ToText(TInt.Max32) & intLiteralSuffix[type] & "-1";
Expand Down

0 comments on commit 71d51cb

Please sign in to comment.