Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnar-mb committed Dec 10, 2024
1 parent 6b3dc8c commit 9fbcccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ifex/model/ifex_ast_introspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,6 @@ def _simple_process(arg):
print(f"{is_ifex_variant_typedef(y)=}")
print(f"The types of y are: {get_variant_types(y)}")
print(f"The types of x are: {get_variant_types(x)}")
print(f"The types of variant<this, that ,and,another > are: {get_variant_types("variant<this, that ,and,another >")}")
s = "variant<this, that ,and,another >"
print(f"The types of {s} are: {get_variant_types(s)}")

0 comments on commit 9fbcccf

Please sign in to comment.