| Index: test/cctest/test-disasm-arm64.cc
|
| diff --git a/test/cctest/test-disasm-arm64.cc b/test/cctest/test-disasm-arm64.cc
|
| index 300124646183675705d83b91acc3e1bd3161a461..fb01347c6ac882a7cec81c213986be60c1039977 100644
|
| --- a/test/cctest/test-disasm-arm64.cc
|
| +++ b/test/cctest/test-disasm-arm64.cc
|
| @@ -1602,7 +1602,7 @@ TEST_(system_nop) {
|
| TEST_(debug) {
|
| SET_UP();
|
|
|
| - ASSERT(kImmExceptionIsDebug == 0xdeb0);
|
| + DCHECK(kImmExceptionIsDebug == 0xdeb0);
|
|
|
| // All debug codes should produce the same instruction, and the debug code
|
| // can be any uint32_t.
|
|
|