summaryrefslogtreecommitdiff
path: root/test/std/numerics/numarray/template.mask.array/default.fail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/numerics/numarray/template.mask.array/default.fail.cpp')
-rw-r--r--test/std/numerics/numarray/template.mask.array/default.fail.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/std/numerics/numarray/template.mask.array/default.fail.cpp b/test/std/numerics/numarray/template.mask.array/default.fail.cpp
deleted file mode 100644
index 97476c65c1953..0000000000000
--- a/test/std/numerics/numarray/template.mask.array/default.fail.cpp
+++ /dev/null
@@ -1,22 +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.
-//
-//===----------------------------------------------------------------------===//
-
-// <valarray>
-
-// template <class T> class mask_array
-
-// mask_array() = delete;
-
-#include <valarray>
-#include <type_traits>
-
-int main()
-{
- std::mask_array<int> s;
-}