diff options
Diffstat (limited to 'runtime/exception_test.cc')
-rw-r--r-- | runtime/exception_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/exception_test.cc b/runtime/exception_test.cc index 1770658c0e..6808000e5e 100644 --- a/runtime/exception_test.cc +++ b/runtime/exception_test.cc @@ -200,7 +200,7 @@ TEST_F(ExceptionTest, StackTraceElement) { fake_stack.push_back(0); fake_stack.push_back(0xEBAD6070); // return pc - // Push Method* of NULL to terminate the trace + // Push Method* of null to terminate the trace fake_stack.push_back(0); // Push null values which will become null incoming arguments. |