The old code gives arguments to a printf function which can't work

correctly, and the compiler complains.

	* grub-core/tests/example_functional_test.c (example_test): Add
	missing text.
	* grub-core/tests/lib/test.c (add_failure): Rewrite.
	* include/grub/test.h (grub_test_assert_helper): New declaration.
	(grub_test_assert): Use grub_test_assert_helper.
This commit is contained in:
Peter Jones 2012-05-27 14:26:18 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 526ef13d34
commit 2787ae53d6
4 changed files with 103 additions and 12 deletions

View file

@ -1,3 +1,14 @@
2012-05-27 Peter Jones <pjones@redhat.com>
The old code gives arguments to a printf function which can't work
correctly, and the compiler complains.
* grub-core/tests/example_functional_test.c (example_test): Add
missing text.
* grub-core/tests/lib/test.c (add_failure): Rewrite.
* include/grub/test.h (grub_test_assert_helper): New declaration.
(grub_test_assert): Use grub_test_assert_helper.
2012-05-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.core.def (example_functional_test): Rename to ...