X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FInconsistentArity.scl;h=7fe9e0541214427e8bd94379246302d5287672f6;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hp=82a96689289a5a54cac46866ecd695e342f695a9;hpb=0580ea8b675c868685993b0780c9ecc31010f681;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentArity.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentArity.scl index 82a966892..7fe9e0541 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentArity.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InconsistentArity.scl @@ -1,4 +1,4 @@ -f a b = a -f x = x --- +f a b = a +f x = x +-- 2:1-2:4: Inconsistent arity. This case has arity 1 while previous cases had arity 2. \ No newline at end of file