From 388ff83c47f3af05e2142b35944a53479d53ac99 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 14 Nov 2016 16:09:22 +0100 Subject: Fixed test (nw) --- tests/emu/attotime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/emu/attotime.cpp b/tests/emu/attotime.cpp index 9ddb931ee52..92348308f91 100644 --- a/tests/emu/attotime.cpp +++ b/tests/emu/attotime.cpp @@ -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); } -- cgit v1.2.3-70-g09d2