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

llvm-svn: 354537
This commit is contained in:
Louis Dionne 2019-02-21 00:53:26 +00:00
parent 2ea42b3beb
commit 431cfbf172
1 changed files with 1 additions and 1 deletions

View File

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