From 581072e1a6591d65e55b21d6dce2459a3dffe81a Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 12 May 2017 02:02:09 +0000 Subject: [PATCH] Move POSIX specific test under test/libcxx subdirectory llvm-svn: 302865 --- .../thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename libcxx/test/{std => libcxx}/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp (100%) diff --git a/libcxx/test/std/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp b/libcxx/test/libcxx/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp similarity index 100% rename from libcxx/test/std/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp rename to libcxx/test/libcxx/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp -- 2.7.4