diff options
| -rw-r--r-- | openmp/runtime/test/ompt/parallel/nested_thread_num.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/ompt/parallel/nested_thread_num.c b/openmp/runtime/test/ompt/parallel/nested_thread_num.c index b6f8731e5a7..e952f803c09 100644 --- a/openmp/runtime/test/ompt/parallel/nested_thread_num.c +++ b/openmp/runtime/test/ompt/parallel/nested_thread_num.c @@ -1,7 +1,7 @@ // RUN: %libomp-compile-and-run | FileCheck %s // RUN: %libomp-compile-and-run | %sort-threads | FileCheck --check-prefix=THREADS %s // REQUIRES: ompt -// UNSUPPORTE: gcc-4, gcc-5, gcc-6, gcc-7 +// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7 #define TEST_NEED_PRINT_FRAME_FROM_OUTLINED_FN #include "callback.h" #include <omp.h> |

