aboutsummaryrefslogtreecommitdiff
path: root/tests/framework.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-03-28 15:24:17 -0400
committerGitHub <noreply@github.com>2020-03-28 15:24:17 -0400
commit81a87ac139e26b1746c0370a4453bf5938e8eba9 (patch)
tree32774a6d5601a06557a862a2e223b3f0be4b3438 /tests/framework.h
parent5048b9046afe0b48377a9862da9148165f7a0890 (diff)
parent04bfb70f4599c72f53406fd5fcfda570e30859fe (diff)
downloadspmc-81a87ac139e26b1746c0370a4453bf5938e8eba9.tar.gz
Merge pull request #7 from jhunkeler/strdup_array-test
strdup_array test
Diffstat (limited to 'tests/framework.h')
-rw-r--r--tests/framework.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework.h b/tests/framework.h
index 1e5adaa..d317005 100644
--- a/tests/framework.h
+++ b/tests/framework.h
@@ -6,6 +6,7 @@
union TestValue {
const char *sptr;
char **slptr;
+ const char **cslptr;
char character;
unsigned int unsigned_integer;
signed int signed_integer;