summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/clang-cxx-library/libc++.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/clang-cxx-library/libc++.cc')
-rw-r--r--deps/gyp/test/mac/clang-cxx-library/libc++.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/deps/gyp/test/mac/clang-cxx-library/libc++.cc b/deps/gyp/test/mac/clang-cxx-library/libc++.cc
deleted file mode 100644
index b8d6e6b3e2..0000000000
--- a/deps/gyp/test/mac/clang-cxx-library/libc++.cc
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright (c) 2013 Google Inc. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include <string>
-#ifndef _LIBCPP_VERSION
-#error expected std library: libc++
-#endif
-
-int main() { std::string x; return x.size(); }
-