Remove printf in tests
This causes unnecessary spam when running m nothing --no-skip-soong-tests. Test: m nothing --no-skip-soong-tests Change-Id: I4d893b3da47a9f79774c67274a84ff77be9c4811
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
package android
|
package android
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
@@ -648,7 +647,6 @@ func TestPrefer32Deps(t *testing.T) {
|
|||||||
}
|
}
|
||||||
bp := strings.Replace(bpTemplate, "%COMPILE_MULTILIB%", tc.compileMultilib, -1)
|
bp := strings.Replace(bpTemplate, "%COMPILE_MULTILIB%", tc.compileMultilib, -1)
|
||||||
bp = strings.Replace(bp, "%DEPS%", `["`+strings.Join(tc.deps, `", "`)+`"]`, -1)
|
bp = strings.Replace(bp, "%DEPS%", `["`+strings.Join(tc.deps, `", "`)+`"]`, -1)
|
||||||
fmt.Printf("bp = %s\n", bp)
|
|
||||||
runPackagingTest(t, config, bp, tc.expected)
|
runPackagingTest(t, config, bp, tc.expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user