mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 01:31:26 +00:00
[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
This commit is contained in:
parent
7a59e3bf37
commit
ba5ec9c684
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user