From: Galina Kistanova Date: Sun, 4 Jun 2017 05:31:03 +0000 (+0000) Subject: Fixed warning: must specify at least one argument for '...' parameter. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4572d381188da1c8ae46b92e7fc22c1fc4cc9b97;p=llvm Fixed warning: must specify at least one argument for '...' parameter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304677 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/MemoryTest.cpp b/unittests/Support/MemoryTest.cpp index f439cb2af9b..140219ffd1d 100644 --- a/unittests/Support/MemoryTest.cpp +++ b/unittests/Support/MemoryTest.cpp @@ -360,6 +360,6 @@ unsigned MemoryFlags[] = { INSTANTIATE_TEST_CASE_P(AllocationTests, MappedMemoryTest, - ::testing::ValuesIn(MemoryFlags)); + ::testing::ValuesIn(MemoryFlags),); } // anonymous namespace