summaryrefslogtreecommitdiff
path: root/tests/test_perllexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_perllexer.py')
-rw-r--r--tests/test_perllexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_perllexer.py b/tests/test_perllexer.py
index bfa3aeb8..e37539f2 100644
--- a/tests/test_perllexer.py
+++ b/tests/test_perllexer.py
@@ -11,7 +11,7 @@ import time
import unittest
from pygments.token import String
-from pygments.lexers.agile import PerlLexer
+from pygments.lexers.perl import PerlLexer
class RunawayRegexTest(unittest.TestCase):