Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 1e9babab59adbe4373d68df04e920621c9167874..7703093bcbf7c2ae004304b2a9b5dcae8520f24e 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -174,7 +174,7 @@ |
############################################################################## |
# Tests verifying CHECK and ASSERT. |
'verify-check-false': [FAIL, NO_VARIANTS], |
- 'verify-assert-false': [NO_VARIANTS, ['mode == release', PASS], ['mode == debug', FAIL]], |
+ 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on == False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]], |
############################################################################## |
# Tests with different versions for release and debug. |