]> ocean-lang.org Git - ocean/blobdiff - csrc/oceani-tests.mdc
oceani: add type entry for new structs early.
[ocean] / csrc / oceani-tests.mdc
index 8256950487daa5c37a3fbe1961a09e23ac686de8..3be36db0734c49836117f3957c40e317d3184cac 100644 (file)
@@ -1011,8 +1011,8 @@ various places that `type_err()` are called.
 ###### output: type_err5
        .tmp.code:8:7: error: type already declared: foo
        .tmp.code:2:7: info: this is location of declartion: foo
-       .tmp.code:2:7: error: type has recursive definition: foo
        .tmp.code:5:7: error: type has recursive definition: baz
+       .tmp.code:2:7: error: type has recursive definition: foo
 
 ###### test: type_err6