diff options
| author | 2014-10-25 00:14:26 +0000 | |
|---|---|---|
| committer | 2014-10-25 00:14:26 +0000 | |
| commit | 3e3364e267117462894e0c3b7d9b413b25d28057 (patch) | |
| tree | b5f96ac99323be3e210156de8d97a61af7e1a19c /compiler/common_compiler_test.cc | |
| parent | c57a66d5aadfd682c63e34ec1b1f304260f8c333 (diff) | |
| parent | 2c4257be8191c5eefde744e8965fcefc80a0a97d (diff) | |
Merge "Tidy logging code not using UNIMPLEMENTED."
Diffstat (limited to 'compiler/common_compiler_test.cc')
| -rw-r--r-- | compiler/common_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 359d6af57d..7e19e15961 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -111,7 +111,7 @@ void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_leng #else // Only warn if not Intel as Intel doesn't have cache flush instructions. #if !defined(__i386__) && !defined(__x86_64__) - LOG(WARNING) << "UNIMPLEMENTED: cache flush"; + UNIMPLEMENTED(WARNING) << "cache flush"; #endif #endif } |