cleanup
This commit is contained in:
parent
3cc011fd96
commit
28be78b047
1 changed files with 0 additions and 3 deletions
|
|
@ -3,8 +3,6 @@ package e2etests
|
||||||
import (
|
import (
|
||||||
_ "embed"
|
_ "embed"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/davecgh/go-spew/spew"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func testPatterns(t *testing.T) {
|
func testPatterns(t *testing.T) {
|
||||||
|
|
@ -158,7 +156,6 @@ NETWORK: {
|
||||||
|
|
||||||
for i := range tcs {
|
for i := range tcs {
|
||||||
tcs[i].justDagre = true
|
tcs[i].justDagre = true
|
||||||
spew.Dump(tcs[i].justDagre)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
runa(t, tcs)
|
runa(t, tcs)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue