Simplify test

This commit is contained in:
Glen Fernandes
2022-05-14 13:05:56 -04:00
parent eec8689d58
commit c0e2211c2b

View File

@ -29,9 +29,4 @@ void function()
std::vector<int> y;
boost::begin(y);
}
#else
int main()
{
return 0;
}
#endif