소스 검색

Test: Remove early return in pow test.

Pierre Wendling 4 년 전
부모
커밋
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,