Make a couple of tests consistent across platforms

This commit is contained in:
Jacob Dufault 2017-12-20 10:29:58 -08:00
parent b75875a83e
commit 519abd1090
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,10 @@ template<class T>
Foo::Foo() {}
/*
EXTRA_FLAGS:
-fms-compatibility
-fdelayed-template-parsing
OUTPUT:
{
"includes": [],

View File

@ -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": [],