From 638ee2e5f8bb42489a96a4fba8035e906fad91ed Mon Sep 17 00:00:00 2001 From: micbou Date: Fri, 18 May 2018 18:13:31 +0200 Subject: [PATCH] Fix debug info test on Python 2 with Clang support --- python/ycm/tests/youcompleteme_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ycm/tests/youcompleteme_test.py b/python/ycm/tests/youcompleteme_test.py index c08c9ded..bb30f025 100644 --- a/python/ycm/tests/youcompleteme_test.py +++ b/python/ycm/tests/youcompleteme_test.py @@ -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'