Fix codec fallback and generate type imports
[govpp.git] / binapigen / vppapi / integration_test.go
index 142017a..9d619b8 100644 (file)
@@ -30,7 +30,6 @@ func TestParse(t *testing.T) {
        }
 
        for _, file := range files {
-               //t.Logf(" - %s: %+v", path, module)
                b, err := json.MarshalIndent(file, "\t", "  ")
                if err != nil {
                        t.Fatal(err)
@@ -39,5 +38,4 @@ func TestParse(t *testing.T) {
        }
 
        t.Logf("parsed %d files", len(files))
-
 }