From 26e3d3ff66a47df14db68bc1b0e7495cd66c632e Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 15 Jan 2009 22:49:32 +0000 Subject: [PATCH] Fix make check git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28179 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/tests/check_convert.cpp | 2 +- src/support/tests/regfiles/convert | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/support/tests/check_convert.cpp b/src/support/tests/check_convert.cpp index 7854a30e91..b6fd166827 100644 --- a/src/support/tests/check_convert.cpp +++ b/src/support/tests/check_convert.cpp @@ -84,7 +84,7 @@ void convert_string() << convert('a') << '\n' << convert(1.0) << '\n' - << convert(1.1) << endl; + << convert(1.5) << endl; } int main() diff --git a/src/support/tests/regfiles/convert b/src/support/tests/regfiles/convert index 81a562eda8..ea674215e4 100644 --- a/src/support/tests/regfiles/convert +++ b/src/support/tests/regfiles/convert @@ -46,4 +46,4 @@ true false a 1 -1.1 +1.5 -- 2.39.2