commit | ffca01ce9fbeead7d2290fb31b4c0b064d0c3cd1 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Mon Nov 16 11:35:57 2015 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Mon Nov 16 11:35:57 2015 +0000 |
tree | d2c90eee83295ab8238e338694c59bb733a7c5c7 | |
parent | b350196d77b4bda5e5d09e3f3fb752797552dd2e [diff] [blame] |
[OPENMP] Fixed tests for gcc build. llvm-svn: 253200
diff --git a/openmp/runtime/test/api/omp_get_wtime.c b/openmp/runtime/test/api/omp_get_wtime.c index d91312b..51dcd4a 100644 --- a/openmp/runtime/test/api/omp_get_wtime.c +++ b/openmp/runtime/test/api/omp_get_wtime.c
@@ -9,7 +9,7 @@ double start; double end; double measured_time; - double wait_time = 1.0; + double wait_time = 5.0; start = 0; end = 0; start = omp_get_wtime();