summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorJonas Hahnfeld <hahnjo@hahnjo.de>2018-07-25 12:34:31 +0000
committerJonas Hahnfeld <hahnjo@hahnjo.de>2018-07-25 12:34:31 +0000
commit467388046b7af45348fd5761107b90ac80d6db8a (patch)
tree484b82b32bb9ca2c55508b18d9260fa625f23fb7 /openmp
parentb529a4050108da91ca68fd0d813aa01e1d5e499d (diff)
[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).
Diffstat (limited to 'openmp')
-rw-r--r--openmp/runtime/test/ompt/parallel/nested_thread_num.c2
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>