testdata: make tiny.txt simpler and faster (#168)
By avoiding the fmt import, we save some work: 'go test -run Script/tiny' goes down from 0.8s to 0.5s even with a warm build cache. Since the output changes between runs, we use stderr grep lines instead of cmp. This way we can also check that the "oh noes" panic is entirely hidden in the tiny mode.pull/172/head
parent
95501f0fcd
commit
7ad246c6fe
Loading…
Reference in New Issue