Skip to content

Commit b084857

Browse files
committed
250821.231750.CST [skip ci] correct: revise bign for test_SOLVER.f90 in test_sunf95/aflang.yml
1 parent 43008e9 commit b084857

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test_aflang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
- name: Revise bign
7272
run: |
7373
cd fortran/tests
74-
$SEDI 's|^\s*bign\s*=.*$|bign = 200_IK|' test_newuoa.f90
75-
$SEDI 's|^\s*bign\s*=.*$|bign = 200_IK|' test_lincoa.f90
74+
$SEDI 's|::\s*bign\s*=.*$|:: bign = 200_IK|' test_newuoa.f90
75+
$SEDI 's|::\s*bign\s*=.*$|:: bign = 200_IK|' test_lincoa.f90
7676
7777
- name: Conduct the test
7878
run: |

.github/workflows/test_sunf95.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
- name: Revise bign
7575
run: |
7676
cd fortran/tests
77-
$SEDI 's|^\s*bign\s*=.*$|bign = 200_IK|' test_newuoa.f90
78-
$SEDI 's|^\s*bign\s*=.*$|bign = 200_IK|' test_lincoa.f90
77+
$SEDI 's|::\s*bign\s*=.*$|:: bign = 200_IK|' test_lincoa.f90
7978
8079
- name: Conduct the test
8180
run: |

0 commit comments

Comments
 (0)