diff options
| author | Pavel Labath <labath@google.com> | 2017-03-01 10:08:51 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2017-03-01 10:08:51 +0000 |
| commit | e2b2c70bc19bc7d1e97af49490618e7aa238711f (patch) | |
| tree | 22f12b43bbdaa99fb33bddf43e4e62588a6628eb /lldb/unittests/Core/LogTest.cpp | |
| parent | c5789434ff0692d261c858664283d9231228bec7 (diff) | |
| download | bcm5719-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.cpp | 2 |
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; |

