From 48c3961683846291bcaf70c555bf791cbf36d7fd Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 9 Jul 2010 14:15:27 -0400 Subject: Fix up tests for last commit --- gir/Everything-1.0-expected.gir | 12 ++++++++++++ giscanner/dumper.py | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/gir/Everything-1.0-expected.gir b/gir/Everything-1.0-expected.gir index 4d3d2630..023f0bbd 100644 --- a/gir/Everything-1.0-expected.gir +++ b/gir/Everything-1.0-expected.gir @@ -2297,6 +2297,18 @@ call and can be released on return. + + + + + + + + + + the int wrapped in a GValue. diff --git a/giscanner/dumper.py b/giscanner/dumper.py index 3b942a94..b61e3881 100644 --- a/giscanner/dumper.py +++ b/giscanner/dumper.py @@ -174,7 +174,7 @@ class DumpCompiler(object): args.extend(list(sources)) if not self._options.quiet: print "g-ir-scanner: compile: %s" % ( - subprocess.list2cmdline(args),) + subprocess.list2cmdline(args), ) subprocess.check_call(args) def _link(self, output, *sources): @@ -233,7 +233,7 @@ class DumpCompiler(object): if not self._options.quiet: print "g-ir-scanner: link: %s" % ( - subprocess.list2cmdline(args),) + subprocess.list2cmdline(args), ) subprocess.check_call(args) -- cgit v1.2.1