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%2FInconsistentArity.scl;h=7fe9e0541214427e8bd94379246302d5287672f6;hp=82a96689289a5a54cac46866ecd695e342f695a9;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=0cbe7783b5f5297ab926fa742e023cfcbdcba43d 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