فهرست منبع

Test: Remove early return in pow test.

Pierre Wendling 3 سال پیش
والد
کامیت
3b9f47b85f
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      test/testautomation_math.c

+ 0 - 1
test/testautomation_math.c

@@ -1326,7 +1326,6 @@ pow_baseNanExp0Cases(void *args)
     SDLTest_AssertCheck(1.0 == result,
                         "Pow(%f,%f), expected %f, got %f",
                         NAN, 0.0, 1.0, result);
-    return TEST_COMPLETED;
 
     result = SDL_pow(NAN, -0.0);
     SDLTest_AssertCheck(1.0 == result,