Skip to content

Commit

Permalink
Update test_tunit.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 authored Jan 15, 2024
1 parent e0e631d commit 2ca2a22
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions examples/xtd.tunit.examples/tests/test_tunit/src/test_tunit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,3 @@ namespace unit_test_project2 {
auto main()->int {
return console_unit_test().run();
}

// This code produces the following output:
//
// Start 2 tests from 1 test case
// Run tests:
// SUCCEED hello_world_test.create_string_from_literal (0 ms total)
// SUCCEED hello_world_test.create_string_from_chars (0 ms total)
//
// Test results:
// SUCCEED 2 tests.
// End 2 tests from 1 test case ran. (0 ms total)

0 comments on commit 2ca2a22

Please sign in to comment.