File tree 1 file changed +2
-2
lines changed
src/test/java/com/google/devtools/build/lib/bazel/bzlmod
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ public void complexTypedAttribute() throws Exception {
753
753
754
754
SkyKey skyKey = BzlLoadValue .keyForBuild (Label .parseAbsoluteUnchecked ("//:data.bzl" ));
755
755
EvaluationResult <BzlLoadValue > result =
756
- evaluator .evaluate (ImmutableList .of (skyKey ), evaluationContext );
756
+ driver .evaluate (ImmutableList .of (skyKey ), evaluationContext );
757
757
if (result .hasError ()) {
758
758
throw result .getError ().getException ();
759
759
}
@@ -795,7 +795,7 @@ public void complexTypedAttribute_default() throws Exception {
795
795
796
796
SkyKey skyKey = BzlLoadValue .keyForBuild (Label .parseAbsoluteUnchecked ("//:data.bzl" ));
797
797
EvaluationResult <BzlLoadValue > result =
798
- evaluator .evaluate (ImmutableList .of (skyKey ), evaluationContext );
798
+ driver .evaluate (ImmutableList .of (skyKey ), evaluationContext );
799
799
if (result .hasError ()) {
800
800
throw result .getError ().getException ();
801
801
}
You can’t perform that action at this time.
0 commit comments