[flang] Fix thinko in CPU_TIME test
We used to test that end > start, but it can well be >= (otherwise the loop doesn't make sense).
Loading
Please register or sign in to comment
We used to test that end > start, but it can well be >= (otherwise the loop doesn't make sense).