summaryrefslogtreecommitdiffstats
path: root/tests/move_root_port.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/move_root_port.ttl')
-rw-r--r--tests/move_root_port.ttl20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/move_root_port.ttl b/tests/move_root_port.ttl
deleted file mode 100644
index 2c925767..00000000
--- a/tests/move_root_port.ttl
+++ /dev/null
@@ -1,20 +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/in> ;
- patch:body [
- a lv2:InputPort ,
- lv2:AudioPort
- ] .
-
-<msg1>
- a patch:Move ;
- patch:subject <ingen:/main/in> ;
- patch:destination <ingen:/main/input> .
-
-<msg2>
- a patch:Delete ;
- patch:subject <ingen:/main/input> .