summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorunknown <elliot@mysql.com>2006-04-14 10:44:36 -0400
committerunknown <elliot@mysql.com>2006-04-14 10:44:36 -0400
commita7296d9202e6672f3fb63b0d6e993deef79b775d (patch)
tree2a7744f62b3ba06f06bb1f6ed9f4c1697ad888ee /unittest
parenteb485ecedca811acb1be3a4fddac8818539fa412 (diff)
parent6b44b419c56606c9ee4e093c5e28deb6d123c06c (diff)
downloadmariadb-git-a7296d9202e6672f3fb63b0d6e993deef79b775d.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/Users/emurphy/src/mysql/bk-clean/mysql-5.1-new
Diffstat (limited to 'unittest')
-rw-r--r--unittest/mytap/tap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/unittest/mytap/tap.h b/unittest/mytap/tap.h
index 53023e83028..cc1d0926012 100644
--- a/unittest/mytap/tap.h
+++ b/unittest/mytap/tap.h
@@ -21,9 +21,7 @@
#ifndef TAP_H
#define TAP_H
-#ifndef __GNUC__
-#define __attribute__(F)
-#endif
+#include "my_global.h"
/*
@defgroup MyTAP MySQL support for performing unit tests according to TAP.