diff --git a/test/std/utilities/meta/meta.trans/meta.trans.ref/add_lvalue_ref.pass.cpp b/test/std/utilities/meta/meta.trans/meta.trans.ref/add_lvalue_ref.pass.cpp index 5886d982..fb53312c 100644 --- a/test/std/utilities/meta/meta.trans/meta.trans.ref/add_lvalue_ref.pass.cpp +++ b/test/std/utilities/meta/meta.trans/meta.trans.ref/add_lvalue_ref.pass.cpp @@ -52,8 +52,8 @@ int main() test_add_lvalue_reference(); test_add_lvalue_reference(); -// LWG 2101 specifically talks about add_lvalue_reference and functions. -// The term of art is "a referenceable type", which a cv- or ref-qualified function is not. +// LWG 2101 specifically talks about add_lvalue_reference and functions. +// The term of art is "a referenceable type", which a cv- or ref-qualified function is not. test_function0(); // test_function1(); // test_function1(); @@ -62,9 +62,9 @@ int main() // test_function1(); test_function0(); -// test_function1(); -// test_function1(); -// test_function1(); -// test_function1(); -// test_function1(); + test_function0(); + test_function0(); + test_function0(); + test_function0(); + test_function0(); }