diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-11-23 19:15:49 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-11-23 19:15:49 +0000 |
commit | e5cb2787667ffd67f831dac78abe8c3acd046f9e (patch) | |
tree | 897343c9d0b98737d8e0fd97ead9066bb4dee9f4 /libcxx/test/utilities/function.objects | |
parent | b5afa65b0a426ef8ce7b4602952b5c3b106071e7 (diff) | |
download | bcm5719-llvm-e5cb2787667ffd67f831dac78abe8c3acd046f9e.tar.gz bcm5719-llvm-e5cb2787667ffd67f831dac78abe8c3acd046f9e.zip |
Update testsuite strucuture to latest draft
llvm-svn: 120029
Diffstat (limited to 'libcxx/test/utilities/function.objects')
-rw-r--r-- | libcxx/test/utilities/function.objects/base/nothing_to_do.pass.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libcxx/test/utilities/function.objects/base/nothing_to_do.pass.cpp b/libcxx/test/utilities/function.objects/base/nothing_to_do.pass.cpp deleted file mode 100644 index b58f5c55b64..00000000000 --- a/libcxx/test/utilities/function.objects/base/nothing_to_do.pass.cpp +++ /dev/null @@ -1,12 +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. -// -//===----------------------------------------------------------------------===// - -int main() -{ -} |