Skip to content

Commit a46f623

Browse files
authored
Minor tweaks. (#3230)
* Minor tweaks. * Restoring tests/pybind11_tests.h version from master, removing just the comment and empty line that was added in PR #3087; those were made obsolete by the pragma cleanup that concluded with PR #3186. * [ci skip] Restoring tests/test_enum.py from master.
1 parent d6474ed commit a46f623

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/pybind11_tests.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#pragma once
22

3-
// This must be kept first for MSVC 2015.
4-
// Do not remove the empty line between the #includes.
53
#include <pybind11/pybind11.h>
6-
74
#include <pybind11/eval.h>
85

96
#if defined(_MSC_VER) && _MSC_VER < 1910

0 commit comments

Comments
 (0)