diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-06-22 02:23:22 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-06-22 02:23:22 +0000 |
commit | 56f23a3f7fb929dad9fb7240454dbe6f07c255ca (patch) | |
tree | 1a9019e4b51cc409d318373b16f156ee05f6342a /libcxx/test/std/input.output/iostream.format | |
parent | 80457ce5fa868719be4e1e5d9020899eb6d0bf16 (diff) | |
download | bcm5719-llvm-56f23a3f7fb929dad9fb7240454dbe6f07c255ca.tar.gz bcm5719-llvm-56f23a3f7fb929dad9fb7240454dbe6f07c255ca.zip |
Move remaining _LIBCPP_VERSION tests into test/libcxx
llvm-svn: 273367
Diffstat (limited to 'libcxx/test/std/input.output/iostream.format')
3 files changed, 0 insertions, 60 deletions
diff --git a/libcxx/test/std/input.output/iostream.format/input.streams/version.pass.cpp b/libcxx/test/std/input.output/iostream.format/input.streams/version.pass.cpp deleted file mode 100644 index b03ef2aaa04..00000000000 --- a/libcxx/test/std/input.output/iostream.format/input.streams/version.pass.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <istream> - -#include <istream> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} diff --git a/libcxx/test/std/input.output/iostream.format/output.streams/version.pass.cpp b/libcxx/test/std/input.output/iostream.format/output.streams/version.pass.cpp deleted file mode 100644 index 662b6987b3c..00000000000 --- a/libcxx/test/std/input.output/iostream.format/output.streams/version.pass.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <ostream> - -#include <ostream> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} diff --git a/libcxx/test/std/input.output/iostream.format/std.manip/version.pass.cpp b/libcxx/test/std/input.output/iostream.format/std.manip/version.pass.cpp deleted file mode 100644 index ca4fd3d463e..00000000000 --- a/libcxx/test/std/input.output/iostream.format/std.manip/version.pass.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -// <iomanip> - -#include <iomanip> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} |