diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-30 00:16:32 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-30 00:16:32 -0800 |
commit | e0ffdcd1a6302355e187553827159fd180680755 (patch) | |
tree | 791f24f78684fd12f43387b7dcc58e2b153db9d4 /subx | |
parent | 08a0eed699b8ea07d37163aba610c8e04feee003 (diff) | |
download | mu-e0ffdcd1a6302355e187553827159fd180680755.tar.gz |
4892
Diffstat (limited to 'subx')
-rw-r--r-- | subx/051test.subx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/051test.subx b/subx/051test.subx index e0b91d17..08d1d6f6 100644 --- a/subx/051test.subx +++ b/subx/051test.subx @@ -78,12 +78,15 @@ $check-ints-equal:end: == data +# length-prefixed string containing just a single newline +# convenient to have when printing messages and so on Newline: # size 01 00 00 00 # data 0a/newline +# every test failure increments this counter Num-test-failures: 00 00 00 00 |