X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Foceani-tests.mdc;h=2314ce3ea4d9ec070c7cf23867f04f3072fd71b3;hp=d9be788450c88baf56d37a6e613b18fb31e88dff;hb=69756809ef2d0324ec94b277f9750f92db4ae416;hpb=17b2c8c16fd6dadf052fefc20e2ee8c7f8c3da0b diff --git a/csrc/oceani-tests.mdc b/csrc/oceani-tests.mdc index d9be788..2314ce3 100644 --- a/csrc/oceani-tests.mdc +++ b/csrc/oceani-tests.mdc @@ -620,7 +620,7 @@ Test functions. They don't return anything, so we need to get them to print ###### test: functions - func test1 then + func test1 t: Boolean do if t: @@ -971,7 +971,7 @@ Test for type errors with functions do pass - func test1 then + func test1 b:Boolean do pass