summaryrefslogtreecommitdiffstats
path: root/runtime/dex_method_iterator_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/dex_method_iterator_test.cc')
-rw-r--r--runtime/dex_method_iterator_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dex_method_iterator_test.cc b/runtime/dex_method_iterator_test.cc
index b2b7138080..c6f333f675 100644
--- a/runtime/dex_method_iterator_test.cc
+++ b/runtime/dex_method_iterator_test.cc
@@ -38,7 +38,7 @@ TEST_F(DexMethodIteratorTest, Basic) {
const DexFile& dex_file = it.GetDexFile();
InvokeType invoke_type = it.GetInvokeType();
uint32_t method_idx = it.GetMemberIndex();
- if (false) {
+ if ((false)) {
LOG(INFO) << invoke_type << " " << PrettyMethod(method_idx, dex_file);
}
it.Next();