X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/nitunit_args4.res b/tests/sav/nitunit_args4.res index a1f4cb1..332fbea 100644 --- a/tests/sav/nitunit_args4.res +++ b/tests/sav/nitunit_args4.res @@ -1,22 +1,22 @@ -* Docunits of module test_nitunit2::test_nitunit2 (3 tests) - +==== Docunits of module test_nitunit2::test_nitunit2 | tests: 3 [OK] test_nitunit2::test_nitunit2$core::Sys$foo1 [OK] test_nitunit2::test_nitunit2$core::Sys$bar2 [OK] test_nitunit2::test_nitunit2$core::Sys$foo3 + Docunits: Entities: 4; Documented ones: 3; With nitunits: 3; Failures: 0 Test suites: Classes: 0; Test Cases: 0 [SUCCESS] All 3 tests passed. -if true then +if true then assert true end -if true then +if true then assert true end -var a = 1 +var a = 1 assert a == 1 assert a == 1 - \ No newline at end of file + \ No newline at end of file