[Openmp-commits] [openmp] r353715 - [OMPT] Remove test output from source tree

Jonas Hahnfeld via Openmp-commits openmp-commits at lists.llvm.org
Mon Feb 11 08:14:51 PST 2019


Author: hahnfeld
Date: Mon Feb 11 08:14:51 2019
New Revision: 353715

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

Modified:
    openmp/trunk/runtime/test/ompt/tasks/explicit_task.c

Modified: openmp/trunk/runtime/test/ompt/tasks/explicit_task.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/ompt/tasks/explicit_task.c?rev=353715&r1=353714&r2=353715&view=diff
==============================================================================
--- openmp/trunk/runtime/test/ompt/tasks/explicit_task.c (original)
+++ openmp/trunk/runtime/test/ompt/tasks/explicit_task.c Mon Feb 11 08:14:51 2019
@@ -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




More information about the Openmp-commits mailing list