assert_always_true.out 358 B

1234567891011121314
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 3
  4. >> ASSERT_ALWAYS_TRUE
  5. >> Assert statement is redundant because the expression is always true.
  6. >> WARNING
  7. >> Line: 4
  8. >> ASSERT_ALWAYS_TRUE
  9. >> Assert statement is redundant because the expression is always true.
  10. >> WARNING
  11. >> Line: 5
  12. >> ASSERT_ALWAYS_TRUE
  13. >> Assert statement is redundant because the expression is always true.