diff options
Diffstat (limited to 'test/test_phystokens.py')
-rw-r--r-- | test/test_phystokens.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_phystokens.py b/test/test_phystokens.py index 6b16d68e..6b533cf6 100644 --- a/test/test_phystokens.py +++ b/test/test_phystokens.py @@ -75,5 +75,7 @@ class PhysTokensTest(CoverageTest): def test_stress(self): # Check the tokenization of a stress-test file. - stress = os.path.join(HERE, "stress_phystoken.txt") + stress = os.path.join(HERE, "stress_phystoken.tok") + self.check_file_tokenization(stress) + stress = os.path.join(HERE, "stress_phystoken_dos.tok") self.check_file_tokenization(stress) |