X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/nitunit_args4.res b/tests/sav/nitunit_args4.res index 7a74b0c..332fbea 100644 --- a/tests/sav/nitunit_args4.res +++ b/tests/sav/nitunit_args4.res @@ -6,17 +6,17 @@ 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