From 91b8e875f147af9850b91d855884334522c537da Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 Nov 2021 20:16:20 +0100 Subject: spec: Fix integer constant --- spec/score/timecounter/val/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/score/timecounter/val/install.yml b/spec/score/timecounter/val/install.yml index 6ed290db..b9c25702 100644 --- a/spec/score/timecounter/val/install.yml +++ b/spec/score/timecounter/val/install.yml @@ -855,7 +855,7 @@ test-actions: rtems_clock_get_realtime_bintime( &bt ); T_eq_i64( bt.sec, 567993603 ); - T_eq_u64( bt.frac, 9223373256625487872 ); + T_eq_u64( bt.frac, UINT64_C( 9223373256625487872 ) ); links: - role: validation uid: ../req/ntp-step -- cgit v1.2.3