diff options
| author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-07-25 12:34:31 +0000 |
|---|---|---|
| committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-07-25 12:34:31 +0000 |
| commit | ba5ec9c684d4d6e9614ff9bf1b6d797f10918d79 (patch) | |
| tree | 4ea516f236ac701cbebf72903417af8660491763 /openmp/runtime/test | |
| parent | 7a59e3bf3775ca3ae33501a4c36ab8b66843eba9 (diff) | |
| download | bcm5719-llvm-ba5ec9c684d4d6e9614ff9bf1b6d797f10918d79.tar.gz bcm5719-llvm-ba5ec9c684d4d6e9614ff9bf1b6d797f10918d79.zip | |
[OMPT] Fix typo in test parallel/nested_thread_num.c
This caused test failures with GCC since its initial commit in
r336085 (https://reviews.llvm.org/D46533).
llvm-svn: 337911
Diffstat (limited to 'openmp/runtime/test')
| -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> |

