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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user