Explorar el Código

Fix usage string in magic_enum test

default_compile_flags
vector-of-bool hace 4 años
padre
commit
57854be1cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tests/deps/deps_test.py

+ 1
- 1
tests/deps/deps_test.py Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar