summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Core/LogTest.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-03-01 10:08:51 +0000
committerPavel Labath <labath@google.com>2017-03-01 10:08:51 +0000
commite2b2c70bc19bc7d1e97af49490618e7aa238711f (patch)
tree22f12b43bbdaa99fb33bddf43e4e62588a6628eb /lldb/unittests/Core/LogTest.cpp
parentc5789434ff0692d261c858664283d9231228bec7 (diff)
downloadbcm5719-llvm-e2b2c70bc19bc7d1e97af49490618e7aa238711f.tar.gz
bcm5719-llvm-e2b2c70bc19bc7d1e97af49490618e7aa238711f.zip
Fix gcc compilation of LogTest.cpp
llvm-svn: 296595
Diffstat (limited to 'lldb/unittests/Core/LogTest.cpp')
-rw-r--r--lldb/unittests/Core/LogTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/Core/LogTest.cpp b/lldb/unittests/Core/LogTest.cpp
index cf4d9e00ec2..8b9868f18e4 100644
--- a/lldb/unittests/Core/LogTest.cpp
+++ b/lldb/unittests/Core/LogTest.cpp
@@ -20,7 +20,7 @@ using namespace lldb_private;
enum { FOO = 1, BAR = 2 };
static constexpr Log::Category test_categories[] = {
- {"foo", "log foo", FOO}, {"bar", "log bar", BAR},
+ {{"foo"}, {"log foo"}, FOO}, {{"bar"}, {"log bar"}, BAR},
};
static constexpr uint32_t default_flags = FOO;
OpenPOWER on IntegriCloud