Skip to content

Commit 8d9f253

Browse files
committed
Remove wrong text coding spec
1 parent 2873287 commit 8d9f253

11 files changed

+2
-11
lines changed

tests/next_tests/integration_tests/feature_tests/ffront_tests/ffront_test_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# GT4Py - GridTools Framework
32
#
43
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/integration_tests/feature_tests/ffront_tests/test_bound_args.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# GT4Py - GridTools Framework
32
#
43
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/integration_tests/feature_tests/ffront_tests/test_execution.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# GT4Py - GridTools Framework
32
#
43
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/integration_tests/feature_tests/ffront_tests/test_external_local_field.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# GT4Py - GridTools Framework
32
#
43
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/integration_tests/feature_tests/ffront_tests/test_gt4py_builtins.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# GT4Py - GridTools Framework
32
#
43
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/integration_tests/feature_tests/ffront_tests/test_math_unary_builtins.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# GT4Py - GridTools Framework
32
#
43
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/integration_tests/feature_tests/ffront_tests/test_scalar_if.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# GT4Py - GridTools Framework
32
#
43
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/unit_tests/ffront_tests/ast_passes_tests/test_fix_missing_locations.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# GT4Py - GridTools Framework
32
#
43
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/unit_tests/ffront_tests/ast_passes_tests/test_simple_assign.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
2+
33
# GT4Py - GridTools Framework
44
#
55
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/unit_tests/ffront_tests/ast_passes_tests/test_single_static_assign.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
2+
33
# GT4Py - GridTools Framework
44
#
55
# Copyright (c) 2014-2023, ETH Zurich

tests/next_tests/unit_tests/type_system_tests/test_type_translation.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# GT4Py - GridTools Framework
32
#
43
# Copyright (c) 2014-2023, ETH Zurich

0 commit comments

Comments
 (0)