~stewart/galera/bug907623

« back to all changes in this revision

Viewing changes to gcache/tests/gcache_rb_test.cpp

  • Committer: Alex Yurchenko
  • Date: 2011-12-28 02:42:21 UTC
  • mfrom: (87.1.10 1.x)
  • Revision ID: ayurchen@void-20111228024221-yv5wzy8c9a23rymq
References lp:884566 - synced with SVN r2628

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
    tmp = rb.malloc (2 + bh_size);
78
78
    fail_if (NULL == tmp);
 
79
 
 
80
    mark_point();
79
81
}
80
82
END_TEST
81
83