summaryrefslogtreecommitdiff
path: root/test/libcxx/depr/depr.c.headers/complex.h.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/libcxx/depr/depr.c.headers/complex.h.pass.cpp')
-rw-r--r--test/libcxx/depr/depr.c.headers/complex.h.pass.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/libcxx/depr/depr.c.headers/complex.h.pass.cpp b/test/libcxx/depr/depr.c.headers/complex.h.pass.cpp
deleted file mode 100644
index 7abe8e0a064d8..0000000000000
--- a/test/libcxx/depr/depr.c.headers/complex.h.pass.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.
-//
-//===----------------------------------------------------------------------===//
-
-// <complex.h>
-
-#include <complex.h>
-
-#ifndef _LIBCPP_VERSION
-#error _LIBCPP_VERSION not defined
-#endif
-
-int main()
-{
- std::complex<double> d;
- (void)d;
-}