aboutsummaryrefslogtreecommitdiff
path: root/devel/libcheck/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libcheck/files/patch-aa')
-rw-r--r--devel/libcheck/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/libcheck/files/patch-aa b/devel/libcheck/files/patch-aa
deleted file mode 100644
index 2e4bdfbdd487..000000000000
--- a/devel/libcheck/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/check.h.in.orig Sun Nov 14 23:01:22 2004
-+++ src/check.h.in Sun Nov 14 23:01:36 2004
-@@ -168,7 +168,7 @@
- /* Fail the test case if expr is true */
- #define fail_if(expr, ...)\
- _fail_unless(!(expr), __FILE__, __LINE__,\
-- "Failure '"#expr"' occured", ## __VA_ARGS__, NULL)
-+ "Failure '"#expr"' occured" , ## __VA_ARGS__, NULL)
-
- /* Always fail */
- #define fail(...) _fail_unless(0, __FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)