From: NeilBrown Date: Sat, 18 Dec 2021 10:22:56 +0000 (+1100) Subject: oceani: remove all UNTESTED again. X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=commitdiff_plain;h=dff21c2c58c0087025f8dcf5b0ca12c5cb51a564 oceani: remove all UNTESTED again. Maybe there are still more to find - we don't have 100% yet.. Signed-off-by: NeilBrown --- diff --git a/csrc/oceani-tests.mdc b/csrc/oceani-tests.mdc index 4e9f4e3..fdf5503 100644 --- a/csrc/oceani-tests.mdc +++ b/csrc/oceani-tests.mdc @@ -686,6 +686,15 @@ Test functions. They don't return anything, so we need to get them to print angular := to_polar(32, 23) print angular.rho, angular.theta + func test2(n:number; s:string;) : (ret:number) + ret = n + $s + + func random + return + n:number + do + n = 4 // xkcd:221 + ###### output: functions done 1 done diff --git a/csrc/oceani.mdc b/csrc/oceani.mdc index ad0d1b5..e16d56f 100644 --- a/csrc/oceani.mdc +++ b/csrc/oceani.mdc @@ -5784,7 +5784,7 @@ is a bit more interesting at this level. $0 = declare_function(c, $