mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Make a couple of tests consistent across platforms
This commit is contained in:
parent
b75875a83e
commit
519abd1090
@ -4,6 +4,10 @@ template<class T>
|
||||
Foo::Foo() {}
|
||||
|
||||
/*
|
||||
EXTRA_FLAGS:
|
||||
-fms-compatibility
|
||||
-fdelayed-template-parsing
|
||||
|
||||
OUTPUT:
|
||||
{
|
||||
"includes": [],
|
||||
|
@ -14,6 +14,10 @@ void Template<void>::Foo() {}
|
||||
// TODO: usage information on Template is bad.
|
||||
// TODO: Foo() should have multiple definitions.
|
||||
|
||||
EXTRA_FLAGS:
|
||||
-fms-compatibility
|
||||
-fdelayed-template-parsing
|
||||
|
||||
OUTPUT:
|
||||
{
|
||||
"includes": [],
|
||||
|
Loading…
Reference in New Issue
Block a user