mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Fixed test (nw)
This commit is contained in:
parent
e6580c50a2
commit
388ff83c47
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue