X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Foceani-tests.mdc;h=d672cffc8a97d92b0edb8cc590feb052d5101e8d;hp=12116d4cbb5f40325d9fb1976663bb229183fbfa;hb=1f2bd5d4d22797071a344647191e63c7d2fa6f67;hpb=c5918479743e3b8e1bf83851121b9e44b2d8a5a4 diff --git a/csrc/oceani-tests.mdc b/csrc/oceani-tests.mdc index 12116d4..d672cff 100644 --- a/csrc/oceani-tests.mdc +++ b/csrc/oceani-tests.mdc @@ -973,9 +973,9 @@ various places that `type_err()` are called. .tmp.code:29:12: error: have number but need string .tmp.code:7:8: info: variable 'c' was set as string here. .tmp.code:32:8: error: variable used but not declared: foo - .tmp.code:32:8: error: field reference attempted on none, not a struct + .tmp.code:32:8: error: field reference on none is not supported .tmp.code:32:16: error: expected none found number - .tmp.code:33:14: error: field reference attempted on string, not a struct + .tmp.code:33:14: error: field reference on string is not supported .tmp.code:34:14: error: cannot find requested field in foo .tmp.code:35:17: error: have string but need number .tmp.code:38:29: error: expected number (labels not permitted) found Boolean