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 diff --git a/status.16x b/status.16x index e197dde529..70e414463c 100644 --- a/status.16x +++ b/status.16x @@ -188,3 +188,4 @@ What's new - lyx.spec: remove "Icon" tag that triggered a build error; general update. +- Fix make check.