diff options
Diffstat (limited to 'tests/test_config_cmd.py')
| -rw-r--r-- | tests/test_config_cmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config_cmd.py b/tests/test_config_cmd.py index 1e6ebfac..bacf13a2 100644 --- a/tests/test_config_cmd.py +++ b/tests/test_config_cmd.py @@ -46,7 +46,7 @@ class ConfigTestCase(support.LoggingSilencer, match = cmd.search_cpp(pattern='xxx', body='// xxx') self.assertEquals(match, 0) - match = cmd.search_cpp(pattern='command', body='// xxx') + match = cmd.search_cpp(pattern='_configtest', body='// xxx') self.assertEquals(match, 1) def test_finalize_options(self): |
