Skip to content

fix capitalization in test #139643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged

fix capitalization in test #139643

merged 1 commit into from
May 12, 2025

Conversation

klausler
Copy link
Contributor

No description provided.

@klausler klausler merged commit 2b934cb into llvm:main May 12, 2025
6 of 10 checks passed
@llvmbot llvmbot added flang Flang issues not falling into any other category flang:semantics labels May 12, 2025
@klausler klausler deleted the fix-test branch May 12, 2025 23:16
@llvmbot
Copy link
Member

llvmbot commented May 12, 2025

@llvm/pr-subscribers-flang-semantics

Author: Peter Klausler (klausler)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/139643.diff

1 Files Affected:

  • (modified) flang/test/Semantics/PowerPC/ppc-vector-types04.f90 (+3-3)
diff --git a/flang/test/Semantics/PowerPC/ppc-vector-types04.f90 b/flang/test/Semantics/PowerPC/ppc-vector-types04.f90
index 6842233cab998..71e0b0699cf77 100644
--- a/flang/test/Semantics/PowerPC/ppc-vector-types04.f90
+++ b/flang/test/Semantics/PowerPC/ppc-vector-types04.f90
@@ -4,7 +4,7 @@
 subroutine vec_type_test(arg1, arg2, arg3, arg4)
 !ERROR: Assumed-shape entity of vector(real(4)) type is not supported
   vector(real) :: arg1(:)
-!ERROR: Assumed Rank entity of vector(unsigned(4)) type is not supported
+!ERROR: Assumed rank entity of vector(unsigned(4)) type is not supported
   vector(unsigned) :: arg2(..)
 !ERROR: Deferred-shape entity of vector(integer(4)) type is not supported
   vector(integer), allocatable :: arg3(:)
@@ -19,7 +19,7 @@ end subroutine vec_type_test
 subroutine vec_pair_type_test(arg1, arg2, arg3, arg4)
 !ERROR: Assumed-shape entity of __vector_pair type is not supported
   __vector_pair :: arg1(:)
-!ERROR: Assumed Rank entity of __vector_pair type is not supported
+!ERROR: Assumed rank entity of __vector_pair type is not supported
   __vector_pair :: arg2(..)
 !ERROR: Deferred-shape entity of __vector_pair type is not supported
   __vector_pair, allocatable :: arg3(:)
@@ -34,7 +34,7 @@ end subroutine vec_pair_type_test
 subroutine vec_quad_type_test(arg1, arg2, arg3, arg4)
 !ERROR: Assumed-shape entity of __vector_quad type is not supported
   __vector_quad :: arg1(:)
-!ERROR: Assumed Rank entity of __vector_quad type is not supported
+!ERROR: Assumed rank entity of __vector_quad type is not supported
   __vector_quad :: arg2(..)
 !ERROR: Deferred-shape entity of __vector_quad type is not supported
   __vector_quad, allocatable :: arg3(:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang:semantics flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants