Skip to content

Commit

Permalink
Fix test broken by ycm-core/ycmd#1720 - Add diagnostic type to output
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Dec 28, 2023
1 parent 39a9974 commit dd6abc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/diagnostics.test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ function! Test_ShowDetailedDiagnostic_CmdLine()

call assert_equal(
\ "Format specifies type 'char *' but the argument has type 'int' "
\ . '(fix available)',
\ . '(fix available) [-Wformat]',
\ trim( output ) )

%bwipe!
Expand Down

0 comments on commit dd6abc0

Please sign in to comment.