From 75c6c0f059c955f0fa8b5f99e30dc650f0503147 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 12 Nov 2016 14:54:21 +0100 Subject: Make executable for test follow rules for main file (nw) Make normal notation for require (nw) Split properly tests (nw) --- tests/emu/attotime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/emu/attotime.cpp') diff --git a/tests/emu/attotime.cpp b/tests/emu/attotime.cpp index e37954b249f..9ddb931ee52 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(1000000000000000000 == value.as_attoseconds()); + REQUIRE(value.as_attoseconds() == U64(1000000000000000000)); } -- cgit v1.2.3-70-g09d2