From 0dac5f60cb4c5d1765017d0eeea672ce6e4b8297 Mon Sep 17 00:00:00 2001 From: Eugen Betke Date: Fri, 29 Jul 2022 12:27:32 +0000 Subject: [PATCH] ECC-1431: Minor changes --- tests/grib_ecc-1431.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/grib_ecc-1431.cpp b/tests/grib_ecc-1431.cpp index d0d4c5d5c..563021e64 100644 --- a/tests/grib_ecc-1431.cpp +++ b/tests/grib_ecc-1431.cpp @@ -16,7 +16,7 @@ typedef struct Bounds { int main(int argc, char** argv) { std::vector bounds; - bounds.push_back({1e+100, 1e+99}); [> fails <] + bounds.push_back({1e+100, 1e+99}); /* fails */ bounds.push_back({1e+10, 1e+9}); bounds.push_back({1e+1, 1e+0}); bounds.push_back({1e-0, 1e-1});