From 4572d381188da1c8ae46b92e7fc22c1fc4cc9b97 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Sun, 4 Jun 2017 05:31:03 +0000 Subject: [PATCH] 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 --- unittests/Support/MemoryTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1