summaryrefslogtreecommitdiff
path: root/ext/pybind11/tests/test_class_args.py
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pybind11/tests/test_class_args.py')
-rw-r--r--ext/pybind11/tests/test_class_args.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/pybind11/tests/test_class_args.py b/ext/pybind11/tests/test_class_args.py
deleted file mode 100644
index 40cbcec9f..000000000
--- a/ext/pybind11/tests/test_class_args.py
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-def test_class_args():
- """There's basically nothing to test here; just make sure the code compiled
- and declared its definition
- """
- from pybind11_tests import class_args_noop
- class_args_noop()