Lines Matching defs:cerr
41 std::cerr << "FAILURE at ";
42 print_location(std::cerr, function, path, line);
43 std::cerr << " :\n" << t << " != " << u << "\n\n";
46 std::cerr << "SUCCESS at ";
47 print_location(std::cerr, function, path, line);
48 std::cerr << "\n";
56 std::cerr << "SUCCESS at ";
59 std::cerr << "FAILURE at ";
61 print_location(std::cerr, function, path, line);
62 std::cerr << "\n";
68 std::cerr << "SUCCESS at ";
69 print_location(std::cerr, function, path, line);
70 std::cerr << "\n";
76 std::cerr << "FAILURE at ";
77 print_location(std::cerr, function, path, line);
78 std::cerr << " : did not raise exception\n";
85 std::cerr << "FAILURE at ";
86 print_location(std::cerr, function, path, line);
87 std::cerr << " : unexpected exception raised\n";