| ... | ... | @@ -199,7 +199,7 @@ pub fn dumpStackTrace(stack_trace: builtin.StackTrace) void { |
| 199 | 199 | /// in its heuristics. |
| 200 | 200 | /// Inside a test block, it is best to use the `std.testing` module rather |
| 201 | 201 | /// than this function, because this function may not detect a test failure |
| 202 | | /// in ReleaseFast and ReleaseSafe mode. Outside of a test block, this assert |
| 202 | /// in ReleaseFast and ReleaseSmall mode. Outside of a test block, this assert |
| 203 | 203 | /// function is the correct function to use. |
| 204 | 204 | pub fn assert(ok: bool) void { |
| 205 | 205 | if (!ok) unreachable; // assertion failure |