Skip to content

Commit dd6abc0

Browse files
committed
Fix test broken by ycm-core/ycmd#1720 - Add diagnostic type to output
1 parent 39a9974 commit dd6abc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/diagnostics.test.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function! Test_ShowDetailedDiagnostic_CmdLine()
251251

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

257257
%bwipe!

0 commit comments

Comments
 (0)