summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-12-28 18:58:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-12-28 18:58:01 +0000
commit90793b3f3fa3fee04b196555f1656d432993f799 (patch)
tree2371a2ad64d962215d7b99a507fe5ff67624c290 /compiler/common_compiler_test.cc
parent9f55716cadd84ad509a4fd3bb0a0202038cf11bd (diff)
parent3db70689e3e1c92344d436a8ea4265046bdef449 (diff)
Merge "ART: Refactor for bugprone-argument-comment"
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r--compiler/common_compiler_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc
index be6da714eb..72afb985c0 100644
--- a/compiler/common_compiler_test.cc
+++ b/compiler/common_compiler_test.cc
@@ -197,7 +197,7 @@ void CommonCompilerTest::CreateCompilerDriver() {
compiler_driver_.reset(new CompilerDriver(compiler_options_.get(),
compiler_kind_,
number_of_threads_,
- /* swap_fd */ -1));
+ /* swap_fd= */ -1));
}
void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) {