From: peter klausler Date: Tue, 20 Aug 2019 23:42:15 +0000 (-0700) Subject: [flang] Reenable thorough test X-Git-Tag: llvmorg-12-init~9537^2~709 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd3debe8415f83577f634e11c4838fd4991b835b;p=platform%2Fupstream%2Fllvm.git [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 --- 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;