We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@227370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2015-01-28 21:22:53 +00:00
parent eea9d20edb
commit df00d5e5ad
157 changed files with 155 additions and 205 deletions

View File

@@ -19,7 +19,7 @@
#include <string>
#include <cassert>
#include "../MoveOnly.h"
#include "MoveOnly.h"
int main()
{