]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Select5.scl
Merged changes from feature/scl to master.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Select5.scl
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Select5.scl b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Select5.scl
deleted file mode 100644 (file)
index 1817247..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-import "StandardLibrary"
-import "Minigraph"
-
-main = withGraph do
-    r = map resource ["r0", "r1"]
-    sort $ map uriOf $ select ?x where 
-        Statement ?y (r!0) ?x
-        Statement ?x (r!1) ?y
---
-6:24-8:30: Failed to compile the query.
-Unsolved variables: ?x, ?y
\ No newline at end of file