mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
D'oh. Goofed the copy/paste: now the test is proper.
This commit is contained in:
parent
940f44db55
commit
ebc8d0ffc3
|
@ -698,6 +698,6 @@ TEST_CASE("numbers/integers", "make sure integers are detectable on most platfor
|
||||||
REQUIRE(a_is_double);
|
REQUIRE(a_is_double);
|
||||||
|
|
||||||
// TODO: will this fail on certain lower Lua versions?
|
// TODO: will this fail on certain lower Lua versions?
|
||||||
REQUIRE_FALSE(a_is_int);
|
REQUIRE_FALSE(b_is_int);
|
||||||
REQUIRE(a_is_double);
|
REQUIRE(b_is_double);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user