[flang][NFC] Fix printed name from proc_nopass_p2
authorValentin Clement <clementval@gmail.com>
Wed, 19 Oct 2022 07:51:33 +0000 (09:51 +0200)
committerValentin Clement <clementval@gmail.com>
Wed, 19 Oct 2022 07:52:12 +0000 (09:52 +0200)
flang/test/Fir/dispatch.f90

index 17cfc99..618a875 100644 (file)
@@ -91,7 +91,7 @@ contains
   end subroutine
 
   subroutine proc_nopass_p2()
-    print*, 'call proc_nopass_p1'
+    print*, 'call proc_nopass_p2'
   end subroutine
 
   subroutine display_class(p)