aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-18 13:30:09 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-18 13:30:09 -0800
commit8069c3cd2ab0968f76421459cd8ccca430f8ddaa (patch)
treecb5c281bcb7f2ed4cf2144d78437f647d2a0fce1 /tests/runner.py
parent4d2b97a3473c6f7d94fe048558b662011e7d5e56 (diff)
mman.h header fix
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 1ea50f79..b8de669e 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -3979,7 +3979,6 @@ def process(filename):
def test_mmap(self):
src = '''
#include <stdio.h>
- #include <sys/types.h>
#include <sys/mman.h>
#include <assert.h>