[flang] Reenable thorough test
authorpeter klausler <pklausler@nvidia.com>
Tue, 20 Aug 2019 23:42:15 +0000 (16:42 -0700)
committerpeter klausler <pklausler@nvidia.com>
Fri, 23 Aug 2019 18:31:38 +0000 (11:31 -0700)
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

index 17d4d1f..5d4644b 100644 (file)
@@ -18,9 +18,9 @@
 #include <cstring>
 #include <iostream>
 
-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;