summaryrefslogtreecommitdiffstats
path: root/tests/create_delete_poly_patch.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/create_delete_poly_patch.ttl')
-rw-r--r--tests/create_delete_poly_patch.ttl15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/create_delete_poly_patch.ttl b/tests/create_delete_poly_patch.ttl
deleted file mode 100644
index ea0228d4..00000000
--- a/tests/create_delete_poly_patch.ttl
+++ /dev/null
@@ -1,15 +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/sub> ;
- patch:body [
- a ingen:Graph ;
- ingen:polyphony 8 ;
- ] .
-
-<msg1>
- a patch:Delete ;
- patch:subject <ingen:/main/sub> .