mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
ceftests: Convert NULL to nullptr (see issue #2861)
This commit is contained in:
@@ -87,8 +87,8 @@ class TracingTestHandler : public CefEndTracingCallback,
|
||||
|
||||
// Verify the results.
|
||||
EXPECT_TRUE(!trace_data_.empty());
|
||||
EXPECT_TRUE(trace_type_ != NULL);
|
||||
EXPECT_TRUE(strstr(trace_data_.c_str(), trace_type_) != NULL);
|
||||
EXPECT_TRUE(trace_type_ != nullptr);
|
||||
EXPECT_TRUE(strstr(trace_data_.c_str(), trace_type_) != nullptr);
|
||||
}
|
||||
|
||||
void BeginTracing() {
|
||||
|
Reference in New Issue
Block a user