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:
parent
83cdf8c446
commit
e444e30740
@ -360,6 +360,6 @@ unsigned MemoryFlags[] = {
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(AllocationTests,
|
||||
MappedMemoryTest,
|
||||
::testing::ValuesIn(MemoryFlags));
|
||||
::testing::ValuesIn(MemoryFlags),);
|
||||
|
||||
} // anonymous namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user