From bd3debe8415f83577f634e11c4838fd4991b835b Mon Sep 17 00:00:00 2001 From: peter klausler Date: Tue, 20 Aug 2019 16:42:15 -0700 Subject: [PATCH] [flang] Reenable thorough test Original-commit: flang-compiler/f18@431254483e41ecbd667d465d853e46b91ad4ba9b Reviewed-on: https://github.com/flang-compiler/f18/pull/671 Tree-same-pre-rewrite: false --- flang/test/decimal/thorough-test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flang/test/decimal/thorough-test.cc b/flang/test/decimal/thorough-test.cc index 17d4d1f..5d4644b 100644 --- a/flang/test/decimal/thorough-test.cc +++ b/flang/test/decimal/thorough-test.cc @@ -18,9 +18,9 @@ #include #include -static constexpr int incr{10}; // steps through all values -static constexpr bool doNegative{}; // true}; -static constexpr bool doMinimize{}; // true}; +static constexpr int incr{1}; // steps through all values +static constexpr bool doNegative{true}; +static constexpr bool doMinimize{true}; using namespace Fortran::decimal; -- 2.7.4