diff options
Diffstat (limited to 'cachegrind/tests/.svn/text-base/clreq.c.svn-base')
-rw-r--r-- | cachegrind/tests/.svn/text-base/clreq.c.svn-base | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cachegrind/tests/.svn/text-base/clreq.c.svn-base b/cachegrind/tests/.svn/text-base/clreq.c.svn-base new file mode 100644 index 0000000..0f2bc2e --- /dev/null +++ b/cachegrind/tests/.svn/text-base/clreq.c.svn-base @@ -0,0 +1,11 @@ + +// Prior to 3.0.1, Cachegrind was failing if run on a program that uses +// client requests. It was fixed in 3.0.1, but then reintroduced +// afterwards (reported as bug #116057). So here we test it. + +#include "../../include/valgrind.h" + +int main(void) +{ + return RUNNING_ON_VALGRIND; +} |