summaryrefslogtreecommitdiff
path: root/tools/gyp/test/mac/clang-cxx-library/libc++.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/mac/clang-cxx-library/libc++.cc')
-rw-r--r--tools/gyp/test/mac/clang-cxx-library/libc++.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/gyp/test/mac/clang-cxx-library/libc++.cc b/tools/gyp/test/mac/clang-cxx-library/libc++.cc
deleted file mode 100644
index 95e4b9cc58..0000000000
--- a/tools/gyp/test/mac/clang-cxx-library/libc++.cc
+++ /dev/null
@@ -1,10 +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(); }