소스 검색

Remove numeric value tests completely

Ole 9 년 전
부모
커밋
f063cda50a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/types.cpp

+ 2 - 2
tests/types.cpp

@@ -6,7 +6,7 @@
 #include <utility>
 #include <type_traits>
 
-#if LUA_VERSION_NUM >= 503
+#if false
 
 template <typename I>
 struct NumericTest {
@@ -51,7 +51,7 @@ TEST_CASE("NumberLimits") {
 	NumericTest<long double>::test(state);
 }
 
-#endif /* LUA_VERSION_NUM >= 503 */
+#endif /* false */
 
 TEST_CASE("Numbers") {
 	luwra::StateWrapper state;