aboutsummaryrefslogtreecommitdiffstats
path: root/tests/LTP/agl_test_ltp_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LTP/agl_test_ltp_base.py')
-rw-r--r--tests/LTP/agl_test_ltp_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/LTP/agl_test_ltp_base.py b/tests/LTP/agl_test_ltp_base.py
index be78a4c..9c8f5bc 100644
--- a/tests/LTP/agl_test_ltp_base.py
+++ b/tests/LTP/agl_test_ltp_base.py
@@ -34,7 +34,7 @@ class LTPBase(AGLBaseTest):
def get_test_case_list(self):
case_list = list()
- reObj = re.compile('^([\\w\-]+)(\\s+)(\\w+)', re.MULTILINE)
+ reObj = re.compile('^([\\w\\-]+)(\\s+)(\\w+)', re.MULTILINE)
test_file = self.LTPTEST + self.test_name
test_cases = open(test_file, 'r')