Fix std::experimental::optional tests. Patch from Casey Carter.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@275732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-07-17 20:32:30 +00:00
parent a80de495f7
commit 3e732e94ae
5 changed files with 9 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
// <optional>
// A program that necessitates the instantiation of template optional for
// (possibly cv-qualified) null_opt_t is ill-formed.
// (possibly cv-qualified) nullopt_t is ill-formed.
#include <experimental/optional>