Fix debug info test on Python 2 with Clang support

This commit is contained in:
micbou 2018-05-18 18:13:31 +02:00
parent 8e448920c9
commit 638ee2e5f8
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -209,7 +209,7 @@ def YouCompleteMe_DebugInfo_ServerRunning_test( ycm ):
'Extra configuration path: .*testdata[/\\\\]\\.ycm_extra_conf\\.py\n'
'(?(CLANG)C-family completer debug information:\n'
' Compilation database path: None\n'
' Flags: \\[\'_TEMP_FILE_\'.*\\]\n'
' Flags: \\[u?\'_TEMP_FILE_\'.*\\]\n'
' Translation unit: .+\n)'
'Server running at: .+\n'
'Server process ID: \d+\n'