~ubuntu-branches/ubuntu/precise/glib2.0/precise-updates

« back to all changes in this revision

Viewing changes to glib/tests/markup-collect.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-01-10 16:23:46 UTC
  • mfrom: (1.59.35)
  • Revision ID: package-import@ubuntu.com-20120110162346-5s54yf7s1va1zb6i
Tags: 2.31.8-0ubuntu1
* New upstream version, drop patch which is in the new version
* debian/libglib2.0-0.symbols: new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
static void
198
198
test_cleanup (void)
199
199
{
 
200
  if (!g_test_undefined ())
 
201
    return;
 
202
 
200
203
  if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDERR))
201
204
    {
202
205
      GMarkupParseContext *context;