diff options
| author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2019-02-11 16:14:51 +0000 |
|---|---|---|
| committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2019-02-11 16:14:51 +0000 |
| commit | f26d3e71854c151f065ff584773d6e3e9707fd49 (patch) | |
| tree | 044fe7f45235d586da7b65d21494887df6b837c7 /openmp/runtime/test | |
| parent | bd334efd0aec3d26d7ace3c5f8b858b07e0bb9bd (diff) | |
| download | bcm5719-llvm-f26d3e71854c151f065ff584773d6e3e9707fd49.tar.gz bcm5719-llvm-f26d3e71854c151f065ff584773d6e3e9707fd49.zip | |
[OMPT] Remove test output from source tree
%s refers to the test file in the source tree. This was accidentally added in
r351197 / 2b46d30 ("[OMPT] Second chunk of final OMPT 5.0 interface updates").
Differential Revision: https://reviews.llvm.org/D58002
llvm-svn: 353715
Diffstat (limited to 'openmp/runtime/test')
| -rw-r--r-- | openmp/runtime/test/ompt/tasks/explicit_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/ompt/tasks/explicit_task.c b/openmp/runtime/test/ompt/tasks/explicit_task.c index 65bc1b2ddfd..a986c48ee89 100644 --- a/openmp/runtime/test/ompt/tasks/explicit_task.c +++ b/openmp/runtime/test/ompt/tasks/explicit_task.c @@ -1,4 +1,4 @@ -// RUN: %libomp-compile-and-run | %sort-threads | tee %s.out | FileCheck %s +// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s // REQUIRES: ompt // UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7 #define TEST_NEED_PRINT_FRAME_FROM_OUTLINED_FN |

