aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
diff options
context:
space:
mode:
Diffstat (limited to 'dm')
-rw-r--r--dm/DM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index e8898a4c95..1b8888935b 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -1256,7 +1256,7 @@ static void run_test(skiatest::Test test, const GrContextOptions& grCtxOptions)
if (!FLAGS_dryRun && !is_blacklisted("_", "tests", "_", test.name)) {
start("unit", "test", "", test.name);
GrContextFactory factory(grCtxOptions);
- test.proc(&reporter, &factory);
+ test.run(&reporter, &factory);
}
done("unit", "test", "", test.name);
}