summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-07 19:56:11 +0000
committerDavid Robillard <d@drobilla.net>2011-03-07 19:56:11 +0000
commit690ca2d4559a0cb63c41e7175c26a711100f5bc5 (patch)
treebaf03d840852c1f647237546e4d5dea8c10c3f23 /test
parentf629192b08e0e31a666c433bde66aa0683e41c4e (diff)
downloadlilv-690ca2d4559a0cb63c41e7175c26a711100f5bc5.tar.gz
lilv-690ca2d4559a0cb63c41e7175c26a711100f5bc5.tar.bz2
lilv-690ca2d4559a0cb63c41e7175c26a711100f5bc5.zip
Don't run plugin test twice.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3051 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test')
-rw-r--r--test/slv2_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/slv2_test.c b/test/slv2_test.c
index 665448a..e5c3aea 100644
--- a/test/slv2_test.c
+++ b/test/slv2_test.c
@@ -1027,7 +1027,6 @@ static struct TestCase tests[] = {
TEST_CASE(classes),
TEST_CASE(plugin),
TEST_CASE(port),
- TEST_CASE(plugin),
TEST_CASE(ui),
{ NULL, NULL }
};