• Kirill Smelkov's avatar
    tests: Fix BenchmarkEncode · 1b57c3e4
    Kirill Smelkov authored
    After 6e5e403e (encoder: Fix GLOBAL emission wrt module/name with \n)
    BenchmarkEncode started to fail with
    
        --- FAIL: BenchmarkEncode
            ogorek_test.go:1003: protocol 0-3: global: module & name must be string without \n
    
    -> Fix it by taking as input only those testdata objects that are marked
    to encode without errors.
    1b57c3e4
ogorek_test.go 38.9 KB