summaryrefslogtreecommitdiffstats
path: root/tests/copy_node.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/copy_node.ttl')
-rw-r--r--tests/copy_node.ttl16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/copy_node.ttl b/tests/copy_node.ttl
deleted file mode 100644
index 129ba758..00000000
--- a/tests/copy_node.ttl
+++ /dev/null
@@ -1,16 +0,0 @@
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
-@prefix ingen: <http://drobilla.net/ns/ingen#> .
-
-<msg0>
- a patch:Put ;
- patch:subject <ingen:/main/node> ;
- patch:body [
- a ingen:Block ;
- lv2:prototype <http://drobilla.net/plugins/mda/Shepard>
- ] .
-
-<msg1>
- a patch:Copy ;
- patch:subject <ingen:/main/node> ;
- patch:destination <ingen:/main/copy> .