[Webkit-unassigned] [Bug 98142] New: [EFL][WK2] Use correct gtest macro for testing true/false
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 2 04:19:38 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98142
Summary: [EFL][WK2] Use correct gtest macro for testing
true/false
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jinwoo7.song at samsung.com
CC: demarchi at webkit.org
Using EXPECT_EQ(true/false, ...) makes clang trip when it tries to convert
true/false to a pointer. Tests should use EXPECT_TRUE/FALSE instead.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list