From c3c93eb70222eb0d0e0d9eec8b09fc53329cc608 Mon Sep 17 00:00:00 2001 From: Tristan Gingold <tgingold@free.fr> Date: Mon, 12 Jun 2017 21:11:56 +0200 Subject: bug071: tentatively set precision for mingw64. --- testsuite/gna/bug071/atod.vhdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/gna/bug071') diff --git a/testsuite/gna/bug071/atod.vhdl b/testsuite/gna/bug071/atod.vhdl index e7f84d88d..5164ab468 100644 --- a/testsuite/gna/bug071/atod.vhdl +++ b/testsuite/gna/bug071/atod.vhdl @@ -35,10 +35,10 @@ begin end loop; v := csts (2); - assert to_string (v, "%a") = "0x1.dcd0089c1314ep+218" severity failure; + assert to_string (v, "%.13a") = "0x1.dcd0089c1314ep+218" severity failure; v := csts (3); - assert to_string (v, "%a") = "0x1.62644c61d41aap+885" severity failure; + assert to_string (v, "%.13a") = "0x1.62644c61d41aap+885" severity failure; wait; end process; end behav; -- cgit v1.2.3