Browse Source

Fix usage string in magic_enum test

default_compile_flags
vector-of-bool 4 years ago
parent
commit
57854be1cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/deps/deps_test.py

+ 1
- 1
tests/deps/deps_test.py View File

@@ -62,7 +62,7 @@ def add_cases(pkg: str, uses: str, versions: Sequence[str], source: str):
## ## ## ## ###### #### ###### ####### ######## ## ## ####### ## ##
"""
add_cases(
'magic_enum', 'magic_enum/magic_enum', ['auto'], r'''
'magic_enum', 'neargye/magic_enum', ['auto'], r'''
#include <magic_enum.hpp>
#include <string_view>


Loading…
Cancel
Save