diff options
author | Colin Walters <walters@verbum.org> | 2009-03-03 14:55:39 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-03-03 14:55:39 -0500 |
commit | b22ac84b4d31f0c644ca4b52586345f5c87a3135 (patch) | |
tree | 530db90760e7d3aa64d306a5da6ae82e032e8c9f /tests/constant.gir | |
parent | 870698f1613ab9f5bf89a19b9e08a4909b8d7a38 (diff) | |
download | gobject-introspection-b22ac84b4d31f0c644ca4b52586345f5c87a3135.tar.gz |
Remove hand-written .gir files, move PEP-8 inquisition into top Makefile.am
We have more comprehensive testing in tests/scanner and tests/everything,
and these tests were designed from a time when we were trying to make
the g-ir-generate output exactly match the .gir, which has not been true
for some time and will not be in the future.
Diffstat (limited to 'tests/constant.gir')
-rw-r--r-- | tests/constant.gir | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/constant.gir b/tests/constant.gir deleted file mode 100644 index 6cb1a523..00000000 --- a/tests/constant.gir +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0"?> -<repository version="1.0" - 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"> - <namespace name="constant" version="1.0"> - <constant name="constant1" value="42"> - <type name="int"/> - </constant> - <constant name="constant2" value="42"> - <type name="uint"/> - </constant> - <constant name="constant3" value="42"> - <type name="int64"/> - </constant> - <constant name="constant4" value="42"> - <type name="int32"/> - </constant> - <constant name="constant5" value="42.000000"> - <type name="float"/> - </constant> - </namespace> -</repository> |