[Openmp-commits] [openmp] r337911 - [OMPT] Fix typo in test parallel/nested_thread_num.c

Jonas Hahnfeld via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 25 05:34:32 PDT 2018


Author: hahnfeld
Date: Wed Jul 25 05:34:31 2018
New Revision: 337911

URL: http://llvm.org/viewvc/llvm-project?rev=337911&view=rev
Log:
[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).

Modified:
    openmp/trunk/runtime/test/ompt/parallel/nested_thread_num.c

Modified: openmp/trunk/runtime/test/ompt/parallel/nested_thread_num.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/ompt/parallel/nested_thread_num.c?rev=337911&r1=337910&r2=337911&view=diff
==============================================================================
--- openmp/trunk/runtime/test/ompt/parallel/nested_thread_num.c (original)
+++ openmp/trunk/runtime/test/ompt/parallel/nested_thread_num.c Wed Jul 25 05:34:31 2018
@@ -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>




More information about the Openmp-commits mailing list