summaryrefslogtreecommitdiff
path: root/android/testing.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-09-11 11:35:46 -0700
committer Cole Faust <colefaust@google.com> 2024-09-11 11:35:46 -0700
commite8a8783154dc31f3e09e3bb98a8b11233358097d (patch)
treef19de4ab4630cf252c06573c9fad7c20b3703b1b /android/testing.go
parent28b806c9eb56698c9484c1fb6071bd091c3aa20e (diff)
Rename ConfigAndErrorContext to ConfigurableEvaluatorContext
I'm going to be adding some methods to this interface, give it a name based on how it's going to be used, not based on what methods it contains. Bug: 323382414 Test: m nothing --no-skip-soong-tests Change-Id: I9bba04ba756c4dbe00625e2d04af81e78a11cae9
Diffstat (limited to 'android/testing.go')
-rw-r--r--android/testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/testing.go b/android/testing.go
index 816707d63..42cd1ebbe 100644
--- a/android/testing.go
+++ b/android/testing.go
@@ -1326,7 +1326,7 @@ func (ctx *panickingConfigAndErrorContext) Config() Config {
return ctx.ctx.Config()
}
-func PanickingConfigAndErrorContext(ctx *TestContext) ConfigAndErrorContext {
+func PanickingConfigAndErrorContext(ctx *TestContext) ConfigurableEvaluatorContext {
return &panickingConfigAndErrorContext{
ctx: ctx,
}