mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fixed test (nw)
This commit is contained in:
parent
e6580c50a2
commit
388ff83c47
@ -7,5 +7,5 @@
|
||||
TEST_CASE("convert 1 sec to attotime", "[emu]")
|
||||
{
|
||||
attotime value = attotime::from_seconds(1);
|
||||
REQUIRE(value.as_attoseconds() == U64(1000000000000000000));
|
||||
REQUIRE(value.as_attoseconds() == 1000000000000000000);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user