From 40db2266808fdca55abf8ce41b4af25b39d66688 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 25 Apr 2009 15:12:34 +0000 Subject: Fixed bug 2781176. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@921 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 1 + test/test.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index dff88063a..0b1b066a9 100644 --- a/readme.txt +++ b/readme.txt @@ -87,6 +87,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, stable branch). - FIX: Found new instances of the obsolete function chSysGetTime() in the C++ wrapper and in the WEB demo (bug 2772237)(backported in stable branch). +- FIX: Fixed macro in test.h (bug 2781176)(backported in stable branch). - NEW: Added a code coverage analysis application under ./tests/coverage. - NEW: Added more test cases in order to improve the test suite code coverage (it was 74% in version 1.2.0). diff --git a/test/test.h b/test/test.h index d1deaf687..c74610c95 100644 --- a/test/test.h +++ b/test/test.h @@ -72,7 +72,7 @@ extern "C" { #endif #define test_fail(point) { \ - test_fail(point); \ + _test_fail(point); \ return; \ } -- cgit v1.2.3