From f902e467b75671d06d1e9ad3663b8aa9366bc14b Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Mon, 13 Nov 2017 17:44:48 +0000 Subject: [OpenMP] Remove the unused testsuite/ directory The testsuite directory is not used or updated and confuses new users to the OpenMP project. These tests were rewritten using the lit format and put under the runtime/test directory. This patch removes the entire testsuite/ directory. Differential Revision: https://reviews.llvm.org/D39767 llvm-svn: 318056 --- openmp/testsuite/fortran/omp_testsuite.f | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 openmp/testsuite/fortran/omp_testsuite.f (limited to 'openmp/testsuite/fortran/omp_testsuite.f') diff --git a/openmp/testsuite/fortran/omp_testsuite.f b/openmp/testsuite/fortran/omp_testsuite.f deleted file mode 100644 index 42d4821d9bd..00000000000 --- a/openmp/testsuite/fortran/omp_testsuite.f +++ /dev/null @@ -1,2 +0,0 @@ - integer LOOPCOUNT - parameter (LOOPCOUNT=1000) -- cgit v1.2.3