From ab38520b659d5d66d19eb83fb80c41ddc8391eb8 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Thu, 24 Feb 2011 13:45:00 +0100 Subject: tests: Use EXIT_* for clarity. * tests/*.cc: Use EXIT_SUCCESS rather than 0 because I think that is clearer. --- tests/glibmm_ustring_format/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/glibmm_ustring_format') diff --git a/tests/glibmm_ustring_format/main.cc b/tests/glibmm_ustring_format/main.cc index 1ed73de6..3f44a531 100644 --- a/tests/glibmm_ustring_format/main.cc +++ b/tests/glibmm_ustring_format/main.cc @@ -26,5 +26,5 @@ int main(int, char**) //This threw an exception before we added a ustring::FormatStream::stream(char*) overload. Glib::ustring::format(cptr); - return 0; + return EXIT_SUCCESS; } -- cgit v1.2.1