[all-commits] [llvm/llvm-project] 1a1849: [NFC] Use EXPECT_FALSE(...) in test rather than EX...

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Tue Jun 16 15:47:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a1849c99b894aa20294713ba935a340ba181aa0
      https://github.com/llvm/llvm-project/commit/1a1849c99b894aa20294713ba935a340ba181aa0
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2020-06-16 (Tue, 16 Jun 2020)

  Changed paths:
    M llvm/unittests/IR/ModuleTest.cpp

  Log Message:
  -----------
  [NFC] Use EXPECT_FALSE(...) in test rather than EXPECT_EQ(false, ...)

Summary: Silence GCC -Wconversion-null warning from GTest

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D81976




More information about the All-commits mailing list