Fixed test (nw)

This commit is contained in:
Miodrag Milanovic 2016-11-14 16:09:22 +01:00
parent e6580c50a2
commit 388ff83c47

View file

@ -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);
}