summaryrefslogtreecommitdiffstats
path: root/tests/enable_graph.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enable_graph.ttl')
-rw-r--r--tests/enable_graph.ttl15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/enable_graph.ttl b/tests/enable_graph.ttl
deleted file mode 100644
index f3fa786c..00000000
--- a/tests/enable_graph.ttl
+++ /dev/null
@@ -1,15 +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:subject <ingen:/main> ;
- patch:property ingen:enabled ;
- patch:value true .
-
-<msg1>
- a patch:Set ;
- patch:subject <ingen:/main> ;
- patch:property ingen:enabled ;
- patch:value false .