summaryrefslogtreecommitdiff
path: root/src/ints/wrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ints/wrap.py')
-rw-r--r--src/ints/wrap.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ints/wrap.py b/src/ints/wrap.py
index c8a8c6d..d5a6e99 100644
--- a/src/ints/wrap.py
+++ b/src/ints/wrap.py
@@ -9,5 +9,10 @@ class Wrapped(object):
def to_string(self):
return self._value['_value']
+ test_extra = '''
+ void do_breakpoint();
+ void do_breakpoint() {}
+ '''
+
# tests are in src/mmo/ids.py instead
tests = []