[libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespace. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Stephan T. Lavavej
2017-07-29 00:55:25 +00:00
parent 25072f0004
commit a8d0e52d11

View File

@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// <functional>
// REQUIRES: c++98 || c++03 || c++11 ||c++14
// REQUIRES: c++98 || c++03 || c++11 || c++14
// class function<R(ArgTypes...)>