D'oh. Goofed the copy/paste: now the test is proper.

This commit is contained in:
ThePhD 2016-10-15 18:16:30 -04:00
parent 940f44db55
commit ebc8d0ffc3

View File

@ -698,6 +698,6 @@ TEST_CASE("numbers/integers", "make sure integers are detectable on most platfor
REQUIRE(a_is_double);
// TODO: will this fail on certain lower Lua versions?
REQUIRE_FALSE(a_is_int);
REQUIRE(a_is_double);
REQUIRE_FALSE(b_is_int);
REQUIRE(b_is_double);
}