2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 07:02:12 +00:00
Files
test/example/unit_test_example_011.cpp
Gennadiy Rozental 89725b2e38 copyright update
[SVN r47162]
2008-07-07 03:46:10 +00:00

10 lines
139 B
C++

#define BOOST_TEST_MODULE broken
#include <boost/test/included/unit_test.hpp>
BOOST_AUTO_TEST_CASE( broken_test )
{
::system("ls");
}