[flang] Fix error message in test
authorValentin Clement <clementval@gmail.com>
Thu, 30 Jun 2022 06:54:16 +0000 (08:54 +0200)
committerValentin Clement <clementval@gmail.com>
Thu, 30 Jun 2022 07:01:58 +0000 (09:01 +0200)
flang/test/Lower/Intrinsics/missing-math-runtime.f90

index 535f92a..a6777c7 100644 (file)
@@ -4,7 +4,7 @@
 
  complex(16) :: a
  real(16) :: b
-! CHECK: TODO: no math runtime available for 'hypot(f128, f128)'
+! CHECK: not yet implemented: no math runtime available for 'hypot(f128, f128)'
  b = abs(a)
 end