summaryrefslogtreecommitdiffstats
path: root/test/std/utilities/utilities.general
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-01-06 15:06:45 -0800
committerDan Albert <danalbert@google.com>2015-01-06 15:08:11 -0800
commit06086258d3d8c48a916ec51c33e1ad8f46821b81 (patch)
tree76eec05dd4f486c0aff58af92f9e216b3d6a32ef /test/std/utilities/utilities.general
parent4385cd8d939d12530f7e533d2c0846bb5732f681 (diff)
downloadexternal_libcxx-06086258d3d8c48a916ec51c33e1ad8f46821b81.tar.gz
external_libcxx-06086258d3d8c48a916ec51c33e1ad8f46821b81.tar.bz2
external_libcxx-06086258d3d8c48a916ec51c33e1ad8f46821b81.zip
Merge to upstream r225300.
Change-Id: I2b23715db9ac129ff80aa78ad5824db0a4d6fbb3
Diffstat (limited to 'test/std/utilities/utilities.general')
-rw-r--r--test/std/utilities/utilities.general/nothing_to_do.pass.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/std/utilities/utilities.general/nothing_to_do.pass.cpp b/test/std/utilities/utilities.general/nothing_to_do.pass.cpp
new file mode 100644
index 000000000..b58f5c55b
--- /dev/null
+++ b/test/std/utilities/utilities.general/nothing_to_do.pass.cpp
@@ -0,0 +1,12 @@
+//===----------------------------------------------------------------------===//
+//
+// 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()
+{
+}