[flang-commits] [flang] 2ca5fcb - [flang][NFC] Fix printed name	from proc_nopass_p2
    Valentin Clement via flang-commits 
    flang-commits at lists.llvm.org
       
    Wed Oct 19 00:52:31 PDT 2022
    
    
  
Author: Valentin Clement
Date: 2022-10-19T09:52:12+02:00
New Revision: 2ca5fcb424e863ec34c839377515b3c684bbed00
URL: https://github.com/llvm/llvm-project/commit/2ca5fcb424e863ec34c839377515b3c684bbed00
DIFF: https://github.com/llvm/llvm-project/commit/2ca5fcb424e863ec34c839377515b3c684bbed00.diff
LOG: [flang][NFC] Fix printed name from proc_nopass_p2
Added: 
    
Modified: 
    flang/test/Fir/dispatch.f90
Removed: 
    
################################################################################
diff  --git a/flang/test/Fir/dispatch.f90 b/flang/test/Fir/dispatch.f90
index 17cfc99966274..618a875e8fd00 100644
--- a/flang/test/Fir/dispatch.f90
+++ b/flang/test/Fir/dispatch.f90
@@ -91,7 +91,7 @@ subroutine proc_nopass_p1()
   end subroutine
 
   subroutine proc_nopass_p2()
-    print*, 'call proc_nopass_p1'
+    print*, 'call proc_nopass_p2'
   end subroutine
 
   subroutine display_class(p)
        
    
    
More information about the flang-commits
mailing list