[NFC] Fix incorrect comment in std::function test

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@354537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Louis Dionne
2019-02-21 00:53:26 +00:00
parent fd04b117fc
commit 06dd101a65

View File

@@ -10,7 +10,7 @@
// class function<R(ArgTypes...)>
// explicit function();
// function();
#include <functional>
#include <cassert>