Auto merge of #3027 - micbou:fix-debug-info-test, r=puremourning
[READY] Fix debug info test on Python 2 with Clang support Since PR https://github.com/Valloric/ycmd/pull/925, the list of flags returned by ycmd are prefixed with `u` on Python 2. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3027) <!-- Reviewable:end -->
This commit is contained in:
commit
bdfcb660eb
@ -209,7 +209,7 @@ def YouCompleteMe_DebugInfo_ServerRunning_test( ycm ):
|
|||||||
'Extra configuration path: .*testdata[/\\\\]\\.ycm_extra_conf\\.py\n'
|
'Extra configuration path: .*testdata[/\\\\]\\.ycm_extra_conf\\.py\n'
|
||||||
'(?(CLANG)C-family completer debug information:\n'
|
'(?(CLANG)C-family completer debug information:\n'
|
||||||
' Compilation database path: None\n'
|
' Compilation database path: None\n'
|
||||||
' Flags: \\[\'_TEMP_FILE_\'.*\\]\n'
|
' Flags: \\[u?\'_TEMP_FILE_\'.*\\]\n'
|
||||||
' Translation unit: .+\n)'
|
' Translation unit: .+\n)'
|
||||||
'Server running at: .+\n'
|
'Server running at: .+\n'
|
||||||
'Server process ID: \d+\n'
|
'Server process ID: \d+\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user