Skip to content

Commit

Permalink
Removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Davit Samvelyan committed Oct 8, 2015
1 parent 933355a commit 50cba52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ycmd/tests/subcommands_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ def RunCompleterCommand_GoToInclude_Clang_Fail_test():
calling( _RunCompleterCommand_GoToInclude_Clang ).with_args( 'GoToInclude',
test ),
raises( AppError, 'Not an include/import line.' ) )
# This test somehow fails when 'Can\'t' is present at the message beginning,
# should be bug in testing framework.
assert_that(
calling( _RunCompleterCommand_GoToInclude_Clang ).with_args( 'GoTo', test ),
raises( AppError, r'Can\\\'t jump to definition or declaration.' ) )
Expand Down

0 comments on commit 50cba52

Please sign in to comment.