Home
last modified time | relevance | path

Searched refs:checkError (Results 1 – 1 of 1) sorted by relevance

/build/soong/dexpreopt/
Dclass_loader_context_test.go203 checkError(t, err, fmt.Sprintf("invalid %s path for <uses-library> \"a\"", whichPath))
223 checkError(t, err, "nested class loader context shouldn't have conditional part")
268 func checkError(t *testing.T, have error, want string) { func