[flang-commits] [flang] ac1bda2 - [flang] Fix error message in test

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Thu Jun 30 00:03:03 PDT 2022


Author: Valentin Clement
Date: 2022-06-30T09:01:58+02:00
New Revision: ac1bda21c9022e9dd1febf01efedfa664007fbc2

URL: https://github.com/llvm/llvm-project/commit/ac1bda21c9022e9dd1febf01efedfa664007fbc2
DIFF: https://github.com/llvm/llvm-project/commit/ac1bda21c9022e9dd1febf01efedfa664007fbc2.diff

LOG: [flang] Fix error message in test

Added: 
    

Modified: 
    flang/test/Lower/Intrinsics/missing-math-runtime.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Lower/Intrinsics/missing-math-runtime.f90 b/flang/test/Lower/Intrinsics/missing-math-runtime.f90
index 535f92a958473..a6777c77db3a0 100644
--- a/flang/test/Lower/Intrinsics/missing-math-runtime.f90
+++ b/flang/test/Lower/Intrinsics/missing-math-runtime.f90
@@ -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
 


        


More information about the flang-commits mailing list