From d5c19bb16dec134bc9e690b479a8113a9c671c36 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 6 Jan 2015 22:18:27 +0000 Subject: [PATCH] Move a test to the new tests directory. I had written the patch that added this test before the tests were moved into tests/std, so the test ended up in the wrong directory. llvm-svn: 225300 --- .../test/{ => std}/atomics/atomics.general/replace_failure_order.pass.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename libcxx/test/{ => std}/atomics/atomics.general/replace_failure_order.pass.cpp (100%) diff --git a/libcxx/test/atomics/atomics.general/replace_failure_order.pass.cpp b/libcxx/test/std/atomics/atomics.general/replace_failure_order.pass.cpp similarity index 100% rename from libcxx/test/atomics/atomics.general/replace_failure_order.pass.cpp rename to libcxx/test/std/atomics/atomics.general/replace_failure_order.pass.cpp -- 2.7.4