CarolineConcatto created this revision.
Herald added subscribers: cfe-commits, kristof.beyls.
Herald added a reviewer: DavidTruby.
Herald added a reviewer: sscalpone.
Herald added a project: clang.

Signed-off-by: Caroline Concatto <caroline.conca...@arm.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79170

Files:
  clang/test/Driver/flang/flang-driver-2-frontend01.f90
  clang/test/Driver/flang/flang-driver-2-frontend02.f90


Index: clang/test/Driver/flang/flang-driver-2-frontend02.f90
===================================================================
--- clang/test/Driver/flang/flang-driver-2-frontend02.f90
+++ clang/test/Driver/flang/flang-driver-2-frontend02.f90
@@ -1,4 +1,4 @@
-! Check wich name of flang frontend is invoked by the driver
+! Check which name of flang frontend is invoked by the driver
 
 ! The flag -fortran-fe is passed by the driver.
 ! The flag has preference over the predefined frontend "flang".
Index: clang/test/Driver/flang/flang-driver-2-frontend01.f90
===================================================================
--- clang/test/Driver/flang/flang-driver-2-frontend01.f90
+++ clang/test/Driver/flang/flang-driver-2-frontend01.f90
@@ -1,4 +1,4 @@
-! Check wich name of flang frontend is invoked by the driver
+! Check which name of flang frontend is invoked by the driver
 
 ! The flag -fortran-fe is NOT passed by the driver.
 ! Therefore, it uses the predefined frontend "flang".
@@ -7,5 +7,5 @@
 ! RUN: cp %clang %t1
 ! RUN: %t1 --driver-mode=flang -###  %s 2>&1 | FileCheck --check-prefixes=ALL 
%s
 
-! The invocations should begin with <test-file-name>.tmp1 -fc1.
+! The invocations should begin with flang -fc1.
 ! ALL-LABEL: "{{[^"]*}}flang" "-fc1"


Index: clang/test/Driver/flang/flang-driver-2-frontend02.f90
===================================================================
--- clang/test/Driver/flang/flang-driver-2-frontend02.f90
+++ clang/test/Driver/flang/flang-driver-2-frontend02.f90
@@ -1,4 +1,4 @@
-! Check wich name of flang frontend is invoked by the driver
+! Check which name of flang frontend is invoked by the driver
 
 ! The flag -fortran-fe is passed by the driver.
 ! The flag has preference over the predefined frontend "flang".
Index: clang/test/Driver/flang/flang-driver-2-frontend01.f90
===================================================================
--- clang/test/Driver/flang/flang-driver-2-frontend01.f90
+++ clang/test/Driver/flang/flang-driver-2-frontend01.f90
@@ -1,4 +1,4 @@
-! Check wich name of flang frontend is invoked by the driver
+! Check which name of flang frontend is invoked by the driver
 
 ! The flag -fortran-fe is NOT passed by the driver.
 ! Therefore, it uses the predefined frontend "flang".
@@ -7,5 +7,5 @@
 ! RUN: cp %clang %t1
 ! RUN: %t1 --driver-mode=flang -###  %s 2>&1 | FileCheck --check-prefixes=ALL %s
 
-! The invocations should begin with <test-file-name>.tmp1 -fc1.
+! The invocations should begin with flang -fc1.
 ! ALL-LABEL: "{{[^"]*}}flang" "-fc1"
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to