Adding forgotten test file
This commit is contained in:
parent
3d55748400
commit
3dbd407f7a
5
python/ycm/server/tests/testdata/.ycm_extra_conf.py
vendored
Normal file
5
python/ycm/server/tests/testdata/.ycm_extra_conf.py
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
def FlagsForFile( filename ):
|
||||
return {
|
||||
'flags': ['-x', 'c++'],
|
||||
'do_cache': True
|
||||
}
|
Loading…
Reference in New Issue
Block a user