Searched refs:checkError (Results 1 – 2 of 2) sorted by relevance
/build/soong/dexpreopt/ |
D | class_loader_context_test.go | 235 checkError(t, err, "nested class loader context shouldn't have conditional part") 367 func checkError(t *testing.T, have error, want string) { func
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 129 func checkError(t *testing.T, in, expectedErr string, innerTest func(*Fixer) error) { func 2017 …checkError(t, test.in, test.expectedErr, runPatchListMod(rewriteLicenseProperty(test.fs, test.path… 2092 checkError(t, test.in, test.expectedErr, func(fixer *Fixer) error {
|