diff options
Diffstat (limited to 'dbus/message_unittest.cc')
-rw-r--r-- | dbus/message_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/message_unittest.cc b/dbus/message_unittest.cc index 10835a29..c61f170 100644 --- a/dbus/message_unittest.cc +++ b/dbus/message_unittest.cc @@ -97,7 +97,7 @@ TEST(MessageTest, AppendAndPopBasicDataTypes) { // Check all basic types can be properly written and read. TEST(MessageTest, AppendAndPopFileDescriptor) { - if (!dbus::kDBusTypeUnixFdIsSupported) { + if (!dbus::IsDBusTypeUnixFdSupported()) { LOG(WARNING) << "FD passing is not supported"; return; } |