diff options
Diffstat (limited to 'math')
-rwxr-xr-x | math/gen-libm-test.py | 2 | ||||
-rwxr-xr-x | math/gen-tgmath-tests.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gen-libm-test.py b/math/gen-libm-test.py index ec263397d8..0142c0f332 100755 --- a/math/gen-libm-test.py +++ b/math/gen-libm-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Generate tests for libm functions. # Copyright (C) 2018-2020 Free Software Foundation, Inc. # This file is part of the GNU C Library. diff --git a/math/gen-tgmath-tests.py b/math/gen-tgmath-tests.py index ef207dd852..c225b64db1 100755 --- a/math/gen-tgmath-tests.py +++ b/math/gen-tgmath-tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Generate tests for <tgmath.h> macros. # Copyright (C) 2017-2020 Free Software Foundation, Inc. # This file is part of the GNU C Library. |