diff options
Diffstat (limited to 'tests/feature_check/target_info.py')
| -rw-r--r-- | tests/feature_check/target_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/feature_check/target_info.py b/tests/feature_check/target_info.py index 6d95f8b16..962ebf415 100644 --- a/tests/feature_check/target_info.py +++ b/tests/feature_check/target_info.py @@ -33,4 +33,4 @@ try: except NameError: float_prec = 0 -print(platform, arch, thread, float_prec) +print(platform, arch, thread, float_prec, len("α") == 1) |
