]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Adjust for fuzzy generated GIR header c3db5c677e0ae279c860d32b5ad3f9e58a1d010e
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 28 Apr 2019 10:18:57 +0000 (12:18 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 28 Apr 2019 10:18:57 +0000 (12:18 +0200)
In addition to fd3fedf3e7fd56162e5721d9e7487784b009c75b

tests/girwriter/GirTest-1.0.gir-expected
tests/girwriter/Makefile.am

index 7825333d128d280c7a908072c27fc2a8f1fbb3b0..ab8c7f49d96fde659f86c0c0ebafef9fff1acdbd 100644 (file)
@@ -1,5 +1,3 @@
-<?xml version="1.0"?>
-<!-- GirTest-1.0.gir generated by valac, do not modify. -->
 <repository version="1.2" xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0" xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
 <include name="GObject" version="2.0"/>
 <include name="GLib" version="2.0"/>
index 9adfe679eae06af9b345eab08ec135539203ba5f..f5770e9cdf6c198d6c4a34451a3b0301de0f1a29 100644 (file)
@@ -11,7 +11,7 @@ check-girwriter: $(top_builddir)/compiler/valac
                --shared-library girtest \
                $(srcdir)/girtest.vala; \
        tail -n +3 girtest.vapi | diff -wu $(srcdir)/girtest.vapi-expected - || exit 1; \
-       diff -wu $(srcdir)/GirTest-1.0.gir-expected GirTest-1.0.gir || exit 1; \
+       tail -n +3 GirTest-1.0.gir | diff -wu $(srcdir)/GirTest-1.0.gir-expected - || exit 1; \
        rm -f GirTest-1.0.gir girtest.vapi girtest.c
 
 check: check-girwriter