summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 22:51:54 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 22:52:40 -0500
commit921b43ea8aaa377a42a11cede653165ec84d8aa4 (patch)
tree23bacddbc9b9b0063b45a50eb6ec8bcb28eb9b2f /tests
parent09dc97c24f9f9a9c2638405167bffe339f666e2a (diff)
Fix some implicitly defined functions - import proper headers.
Diffstat (limited to 'tests')
-rw-r--r--tests/8byte_tests.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/8byte_tests.c b/tests/8byte_tests.c
index 572253ce..de5adfa7 100644
--- a/tests/8byte_tests.c
+++ b/tests/8byte_tests.c
@@ -4,9 +4,6 @@
START_TEST (test_large_bitmask)
{
- // yeah, this isn't a public method but I wanted to unit test it to track
- // down a bug
- extern uint64_t bitmask(int numBits);
uint64_t result = bitmask(32);
fail_if(result != 0xffffffff);
}