TestWriteBlock tests if the writeBlock encoding has changed. To update the reference files use the "-update" flag on the test.
(t *testing.T)
| 165 | // TestWriteBlock tests if the writeBlock encoding has changed. |
| 166 | // To update the reference files use the "-update" flag on the test. |
| 167 | func TestWriteBlock(t *testing.T) { |
| 168 | for _, test := range writeBlockTests { |
| 169 | testBlock(t, test, "wb") |
| 170 | } |
| 171 | } |
| 172 | |
| 173 | // TestWriteBlockDynamic tests if the writeBlockDynamic encoding has changed. |
| 174 | // To update the reference files use the "-update" flag on the test. |
nothing calls this directly
no test coverage detected
searching dependent graphs…