consensus/ethash: add issue link to the new test

This commit is contained in:
Felix Lange 2018-01-15 14:00:25 +01:00
parent ca57aa1670
commit 9ec4620b8c

View file

@ -44,6 +44,7 @@ func TestTestMode(t *testing.T) {
}
// This test checks that cache lru logic doesn't crash under load.
// It reproduces https://github.com/ethereum/go-ethereum/issues/14943
func TestCacheFileEvict(t *testing.T) {
tmpdir, err := ioutil.TempDir("", "ethash-test")
if err != nil {