forked from OSchip/llvm-project
Fixed warning: must specify at least one argument for '...' parameter.
llvm-svn: 304677
This commit is contained in:
parent
9417735f10
commit
fccd2eac16
|
@ -360,6 +360,6 @@ unsigned MemoryFlags[] = {
|
|||
|
||||
INSTANTIATE_TEST_CASE_P(AllocationTests,
|
||||
MappedMemoryTest,
|
||||
::testing::ValuesIn(MemoryFlags));
|
||||
::testing::ValuesIn(MemoryFlags),);
|
||||
|
||||
} // anonymous namespace
|
||||
|
|
Loading…
Reference in New Issue