1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fixed warning: must specify at least one argument for '...' parameter.

llvm-svn: 304677
This commit is contained in:
Galina Kistanova 2017-06-04 05:31:03 +00:00
parent 83cdf8c446
commit e444e30740

View File

@ -360,6 +360,6 @@ unsigned MemoryFlags[] = {
INSTANTIATE_TEST_CASE_P(AllocationTests,
MappedMemoryTest,
::testing::ValuesIn(MemoryFlags));
::testing::ValuesIn(MemoryFlags),);
} // anonymous namespace