sheredom / utest.h

🧪 single header unit testing framework for C and C++
The Unlicense
834 stars 57 forks source link

ASSERT_NE shows incorrect text #96

Closed emoon closed 2 years ago

emoon commented 2 years ago

Using ASSERT_NE(0, 0) will report an failure like this

file.c:14: Failure
  Expected : 0
    Actual : 0

The text "Expected" here isn't correct.