diff options
author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-06-17 12:54:03 +0200 |
---|---|---|
committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-06-17 13:00:12 +0200 |
commit | 8dae1b6682b34411c4e82f44f786f0f49095598c (patch) | |
tree | d0a6bc8567e4c6b336500c841b94adc15541fb51 /test/lib-test-common.c | |
parent | d07b36b6bb898666c313b6d3708aee82d5b80550 (diff) | |
download | latrace-8dae1b6682b34411c4e82f44f786f0f49095598c.tar.gz latrace-8dae1b6682b34411c4e82f44f786f0f49095598c.tar.xz latrace-8dae1b6682b34411c4e82f44f786f0f49095598c.zip |
test: Add test for ARGS_STRING_POINTER_LENGTH option
Diffstat (limited to 'test/lib-test-common.c')
-rw-r--r-- | test/lib-test-common.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lib-test-common.c b/test/lib-test-common.c index 36f5b3f..a4d3556 100644 --- a/test/lib-test-common.c +++ b/test/lib-test-common.c @@ -3,3 +3,7 @@ void test_common_f1(void) { } + +void test_common_args_ptrlen(char *ptr) +{ +} |