~d-ci/libmemcached/pushtest

« back to all changes in this revision

Viewing changes to libtest/comparison.hpp

  • Committer: Continuous Integration
  • Date: 2013-01-28 22:54:43 UTC
  • mfrom: (1098.1.1 1.2)
  • Revision ID: ci@tangent.org-20130128225443-acu5o9wpr5nhjqob
Merge lp:~tangent-org/libmemcached/1.2-build/ Build: jenkins-Libmemcached-217

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
{
96
96
  if (__expected == NULL)
97
97
  {
98
 
    fatal_message("Expected value was NULL, programmer error");
 
98
    FATAL("Expected value was NULL, programmer error");
99
99
  }
100
100
 
101
101
  if (__actual == NULL)