Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > b03c44838559deaeff848c57e893606a > files > 2056

boost-examples-1.48.0-14.fc17.noarch.rpm

#define BOOST_TEST_MODULE broken
#include <boost/test/included/unit_test.hpp>


BOOST_AUTO_TEST_CASE( broken_test )
{
  ::system("ls");
}