mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
Return nonzero exit status if the test fails. (#118729)
2003-07-31 Noah Levitt <nlevitt@columbia.edu> * tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
This commit is contained in:
parent
3b93b01219
commit
03e4805ff4
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
|
||||||
|
|
||||||
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
|
||||||
|
|
||||||
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
|
||||||
|
|
||||||
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
|
||||||
|
|
||||||
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
|
||||||
|
|
||||||
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
|
* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
|
||||||
|
|
||||||
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
2003-07-31 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
* tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
|
||||||
|
@ -418,5 +418,5 @@ main (int argc, char **argv)
|
|||||||
line++;
|
line++;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return exit_status;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user