Index: test/std/utilities/template.bitset/includes.pass.cpp =================================================================== --- test/std/utilities/template.bitset/includes.pass.cpp +++ test/std/utilities/template.bitset/includes.pass.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -// test that includes , , and +// test that includes and #include @@ -15,18 +15,9 @@ int main() { - { // test for - std::ptrdiff_t p; ((void)p); - std::size_t s; ((void)s); - std::nullptr_t np; ((void)np); - } { // test for std::string s; ((void)s); } - { // test for - std::logic_error le("blah"); ((void)le); - std::runtime_error re("blah"); ((void)re); - } { // test for test_typedef(); test_typedef();