X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Foceani-tests.mdc;h=58fde75620d45c479b8840abea87fc5db643eca7;hp=3156b3d4bcd372babc885c6a658d9382e5d1d53f;hb=7b204b91b3e742371df976a01a4029f48aa3aa27;hpb=2193e1c775bee42588715d13076496c8f8f2974a diff --git a/csrc/oceani-tests.mdc b/csrc/oceani-tests.mdc index 3156b3d..58fde75 100644 --- a/csrc/oceani-tests.mdc +++ b/csrc/oceani-tests.mdc @@ -973,7 +973,7 @@ various places that `type_err()` are called. print foo ###### output: bad_main - .tmp.code:??:??: error: expected argv but variable 'foo' is string + .tmp.code:??:??: error: expected []string but variable 'foo' is string .tmp.code:??:??: info: this is where 'NOTVAR' was set to string oceani: main has wrong type. @@ -1034,8 +1034,8 @@ Test for type errors with functions .tmp.code:20:14: error: attempt to call a non-function. .tmp.code:20:32: error: expected string found number .tmp.code:20:28: error: insufficient arguments to function. - .tmp.code:21:20: error: expected func but variable 'test2' is func - .tmp.code:??:??: info: this is where 'NOTVAR' was set to func + .tmp.code:21:20: error: expected *invalid*type* but variable 'test2' is *invalid*type* + .tmp.code:??:??: info: this is where 'NOTVAR' was set to *invalid*type* .tmp.code:10:14: error: variable used but not declared: a .tmp.code:10:17: error: variable used but not declared: z oceani: type error in program - not running.