aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/hazmat/bindings/test_bindings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/bindings/test_bindings.py b/tests/hazmat/bindings/test_bindings.py
index 5b13d543..7af1d581 100644
--- a/tests/hazmat/bindings/test_bindings.py
+++ b/tests/hazmat/bindings/test_bindings.py
@@ -21,7 +21,7 @@ from cryptography.hazmat.bindings.openssl.binding import Binding
def dummy_initializer():
ffi = cffi.FFI()
- ffi.verify(source="include <fake_header.h>")
+ ffi.verify(source="#include <fake_header.h>")
def test_binding_available():