File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -240,22 +240,22 @@ subroutine test_nonintrinsic_modules_used(error)
240
240
end if
241
241
242
242
if (.not. (' ieee_arithmetic' .in . f_source% modules_used)) then
243
- call test_failed(error,' Non-Intrinsic module found in modules_used' )
243
+ call test_failed(error,' Non-Intrinsic module not found in modules_used' )
244
244
return
245
245
end if
246
246
247
247
if (.not. (' ieee_exceptions' .in . f_source% modules_used)) then
248
- call test_failed(error,' Non-Intrinsic module found in modules_used' )
248
+ call test_failed(error,' Non-Intrinsic module not found in modules_used' )
249
249
return
250
250
end if
251
251
252
252
if (.not. (' ieee_features' .in . f_source% modules_used)) then
253
- call test_failed(error,' Non-Intrinsic module found in modules_used' )
253
+ call test_failed(error,' Non-Intrinsic module not found in modules_used' )
254
254
return
255
255
end if
256
256
257
257
if (.not. (' my_module' .in . f_source% modules_used)) then
258
- call test_failed(error,' Non-Intrinsic module found in modules_used' )
258
+ call test_failed(error,' Non-Intrinsic module not found in modules_used' )
259
259
return
260
260
end if
261
261
You can’t perform that action at this time.
0 commit comments