diff options
author | David Robillard <d@drobilla.net> | 2009-06-03 23:45:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-03 23:45:17 +0000 |
commit | 27751d02ec3acf33169e2f670c39edc95f02cd8d (patch) | |
tree | 370104c9b169021c7c703745b48267f9cfea7847 /test | |
parent | 8d24600968fe0dc2306e3f92e598ffc0d9d4d6af (diff) | |
download | lilv-27751d02ec3acf33169e2f670c39edc95f02cd8d.tar.gz lilv-27751d02ec3acf33169e2f670c39edc95f02cd8d.tar.bz2 lilv-27751d02ec3acf33169e2f670c39edc95f02cd8d.zip |
Kludge around broken raptor_sequence_set_at.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2089 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test')
-rw-r--r-- | test/slv2_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/slv2_test.c b/test/slv2_test.c index 72f6a1f..7b52060 100644 --- a/test/slv2_test.c +++ b/test/slv2_test.c @@ -554,7 +554,7 @@ test_plugin() ":plug a lv2:Plugin ; a lv2:CompressorPlugin ; " PLUGIN_NAME("Test plugin") " ; " LICENSE_GPL " ; " - "lv2:optionalFeature lv2:hardRtCapable ; " + "lv2:optionalFeature lv2:hardRtCapable ; " "lv2:requiredFeature <http://lv2plug.in/ns/ext/event> ; " ":foo 1.6180 ; " "doap:maintainer [ foaf:name \"David Robillard\" ; " |