X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FPolymorphicRecursion.scl;h=ba5df53f474d05eb93beeedb43819906a8b70180;hp=b37ff02831ef35ba300c79e29de23a40963ae014;hb=0f7240a0acfa7446366249398e46237fe0e6e1eb;hpb=5536381cedce74d388a4a9a61cadb54406beff0a diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/PolymorphicRecursion.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/PolymorphicRecursion.scl index b37ff0283..ba5df53f4 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/PolymorphicRecursion.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/PolymorphicRecursion.scl @@ -11,6 +11,5 @@ cons x (Zero ps) = One x ps cons x (One y ps) = Zero (cons (x, y) ps) -- 11:21-11:42: Expected got . -11:33-11:34: Type (a, a) is not a subtype of a. -11:36-11:37: Type (a, a) is not a subtype of a. +11:32-11:38: Expected got <(b, c)>. 11:39-11:41: Expected got . \ No newline at end of file