diff options
Diffstat (limited to 'libcxx/test/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp')
-rw-r--r-- | libcxx/test/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libcxx/test/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp b/libcxx/test/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp deleted file mode 100644 index 0aa2f50d8b4..00000000000 --- a/libcxx/test/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp +++ /dev/null @@ -1,18 +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. -// -//===----------------------------------------------------------------------===// - -// <array> - -// support for zero-sized array - -#include <array> - -int main() -{ -} |