func.wrap.func.con: Fix test comment

This tests moving `function`, not `const function`.

llvm-svn: 305648
This commit is contained in:
Duncan P. N. Exon Smith 2017-06-18 15:34:47 +00:00
parent b1cb279014
commit e203359c45
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
// class function<R(ArgTypes...)>
// function(const function& f);
// function(const function&& f);
// function(function&& f);
#include <functional>
#include <memory>