diff options
Diffstat (limited to 'libcxx/test/strings/strings.general/nothing_to_do.pass.cpp')
-rw-r--r-- | libcxx/test/strings/strings.general/nothing_to_do.pass.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libcxx/test/strings/strings.general/nothing_to_do.pass.cpp b/libcxx/test/strings/strings.general/nothing_to_do.pass.cpp new file mode 100644 index 00000000000..b85601fc46f --- /dev/null +++ b/libcxx/test/strings/strings.general/nothing_to_do.pass.cpp @@ -0,0 +1,13 @@ +// -*- C++ -*- +//===-------------------------- algorithm ---------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +int main() +{ +} |