forked from OSchip/llvm-project
func.wrap.func.con: Fix test comment
This tests moving `function`, not `const function`. llvm-svn: 305648
This commit is contained in:
parent
b1cb279014
commit
e203359c45
|
@ -12,7 +12,7 @@
|
|||
// class function<R(ArgTypes...)>
|
||||
|
||||
// function(const function& f);
|
||||
// function(const function&& f);
|
||||
// function(function&& f);
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in New Issue