Commit 5437c00
authored
Implement an internal "assertShort" utility (#16164)
I'm often implementing against an assertion, for instance in
TreeChecker. While implementing a fix I add some extra output. So it's
useful for me to suppress the full page of stacktrace that that assert
typically emits, so I can roundtrip without having to scroll back up.1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
0 commit comments