chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge tag 'branchpoint-5.1' into release
[disorder]
/
libtests
/
t-eventdist.c
diff --git
a/libtests/t-eventdist.c
b/libtests/t-eventdist.c
index 6aa72ef62714cc9e6f373c99ecb4937ff8eb52ce..25a99398bd1583516482d17dfc440598dbf51511 100644
(file)
--- a/
libtests/t-eventdist.c
+++ b/
libtests/t-eventdist.c
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder.
/*
* This file is part of DisOrder.
- * Copyright (C) 2008 Richard Kettlewell
+ * Copyright (C) 2008
, 2012
Richard Kettlewell
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-76,6
+76,9
@@
static void test_eventdist(void) {
check_integer(wibbles, 2);
check_integer(wobbles, 2);
check_integer(wobble2s, 3);
check_integer(wibbles, 2);
check_integer(wobbles, 2);
check_integer(wobble2s, 3);
+
+ event_cancel(wibble_handle);
+ event_cancel(wobble2_handle);
}
TEST(eventdist);
}
TEST(eventdist);