summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-05-29 09:08:05 +0200
committergbrandl <devnull@localhost>2007-05-29 09:08:05 +0200
commitb36bc20f17598c179c2777cb5ae2bafafd697967 (patch)
treef8743c5541a28d7709d69ecf48b00ecb7351c63f /tests/run.py
parentdce3175cb8f10a993df1dc547efc28ea015c086c (diff)
downloadpygments-b36bc20f17598c179c2777cb5ae2bafafd697967.tar.gz
[svn] Add a test file for the vim lexer.
Diffstat (limited to 'tests/run.py')
-rw-r--r--tests/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py
index 8a78af5c..bb0110be 100644
--- a/tests/run.py
+++ b/tests/run.py
@@ -74,7 +74,7 @@ def run_tests(with_coverage=False):
if (entry.startswith('test_') and entry.endswith('.py'))]
files.sort()
- WIDTH = 70
+ WIDTH = 80
print >>sys.stderr, \
('Pygments Test Suite running%s, stand by...' %