forked from OSchip/llvm-project
K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now more of them are passing. Thanks
llvm-svn: 255519
This commit is contained in:
parent
25090a91bb
commit
6e07ccdfe1
|
@ -62,9 +62,9 @@ int main()
|
|||
// test_function1<void() const &&>();
|
||||
|
||||
test_function0<void (Foo::*)()>();
|
||||
// test_function1<void (Foo::*)() const>();
|
||||
// test_function1<void (Foo::*)() &>();
|
||||
// test_function1<void (Foo::*)() &&>();
|
||||
// test_function1<void (Foo::*)() const &>();
|
||||
// test_function1<void (Foo::*)() const &&>();
|
||||
test_function0<void (Foo::*)() const>();
|
||||
test_function0<void (Foo::*)() &>();
|
||||
test_function0<void (Foo::*)() &&>();
|
||||
test_function0<void (Foo::*)() const &>();
|
||||
test_function0<void (Foo::*)() const &&>();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue