summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/nothing_to_do.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow@qualcomm.com>2013-01-09 17:20:02 +0000
committerMarshall Clow <mclow@qualcomm.com>2013-01-09 17:20:02 +0000
commit4476100a2f3d932f036453498e25caeefde26b8a (patch)
treed4893fc345d51e236455ebba00305a79a9588e9f /libcxx/test/support/nothing_to_do.pass.cpp
parent1ae2248e140fa52193b6f8bc5391ffecf16136ce (diff)
downloadbcm5719-llvm-4476100a2f3d932f036453498e25caeefde26b8a.tar.gz
bcm5719-llvm-4476100a2f3d932f036453498e25caeefde26b8a.zip
Made test output iterators have value_type of 'void'; matches ones in library
llvm-svn: 171980
Diffstat (limited to 'libcxx/test/support/nothing_to_do.pass.cpp')
-rw-r--r--libcxx/test/support/nothing_to_do.pass.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcxx/test/support/nothing_to_do.pass.cpp b/libcxx/test/support/nothing_to_do.pass.cpp
new file mode 100644
index 00000000000..9a59227abdd
--- /dev/null
+++ b/libcxx/test/support/nothing_to_do.pass.cpp
@@ -0,0 +1,13 @@
+// -*- C++ -*-
+//===----------------------------------------------------------------------===//
+//
+// 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.
+//
+//===----------------------------------------------------------------------===//
+
+int main()
+{
+}
OpenPOWER on IntegriCloud