summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript
index 93e7def..11f5b33 100644
--- a/test/wscript
+++ b/test/wscript
@@ -2,7 +2,7 @@
def build(bld):
tests = '''
- slv2_test
+ slv2_test
'''
if bld.env['BUILD_TESTS']:
for i in tests.split():