summaryrefslogtreecommitdiffstats
path: root/tests/set_graph_poly.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set_graph_poly.ttl')
-rw-r--r--tests/set_graph_poly.ttl17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/set_graph_poly.ttl b/tests/set_graph_poly.ttl
deleted file mode 100644
index 0933c3a4..00000000
--- a/tests/set_graph_poly.ttl
+++ /dev/null
@@ -1,17 +0,0 @@
-@prefix ingen: <http://drobilla.net/ns/ingen#> .
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
-
-<msg0>
- a patch:Set ;
- patch:context ingen:internalContext ;
- patch:subject <ingen:/main/> ;
- patch:property ingen:polyphony ;
- patch:value 4 .
-
-<msg1>
- a patch:Set ;
- patch:context ingen:internalContext ;
- patch:subject <ingen:/main/> ;
- patch:property ingen:polyphony ;
- patch:value 1 .