~cyphermox/indicator-appmenu/lp1112844

« back to all changes in this revision

Viewing changes to tests/hud-performance.c

  • Committer: Tarmac
  • Author(s): Charles Kerr
  • Date: 2013-01-23 07:46:45 UTC
  • mfrom: (228.1.1 lp-1103087)
  • Revision ID: tarmac-20130123074645-pvup7h1f4de4kvpw
add an explicit glib minimum version; remove deprecated calls to g_type_init(). Fixes: https://bugs.launchpad.net/bugs/1103087.

Approved by Lars Uebernickel, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
int
270
270
main (int argc, char **argv)
271
271
{
272
 
  g_type_init ();
273
 
 
274
272
  g_test_init (&argc, &argv, NULL);
 
273
 
275
274
  if (g_test_perf ())
276
275
    g_test_add_func ("/hud/query-performance", test_query_performance);
277
276