diff options
author | Ryan Lortie <desrt@desrt.ca> | 2013-05-29 08:49:16 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2013-05-29 09:03:32 -0400 |
commit | 8df1bb3486417bc67a5b38fb8fa81f333b18da22 (patch) | |
tree | 06defc252ad7b129892b2768ab9af3df32937d97 /glib/gtestutils.h | |
parent | da478acd3c948536cd117e4347fcc554d93a7dc8 (diff) | |
download | glib-8df1bb3486417bc67a5b38fb8fa81f333b18da22.tar.gz |
Rename G_TEST_DISTED to G_TEST_DIST
Since this feature is so utterly automake-centric, we may as well be
using the same terminology as automake itself (ie: although it's
BUILT_SOURCES, it's DIST_EXTRA, not DISTED).
Also add some comments to the enum explaining that these terms are
really corresponding directly to the automake terms.
https://bugzilla.gnome.org/show_bug.cgi?id=549783
Diffstat (limited to 'glib/gtestutils.h')
-rw-r--r-- | glib/gtestutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gtestutils.h b/glib/gtestutils.h index 0b1ba78de..211371500 100644 --- a/glib/gtestutils.h +++ b/glib/gtestutils.h @@ -374,7 +374,7 @@ void g_test_assert_expected_messages_internal (const char *domain, typedef enum { - G_TEST_DISTED, + G_TEST_DIST, G_TEST_BUILT } GTestFileType; |