diff --git a/stablehlo/tests/interpret/log.mlir b/stablehlo/tests/interpret/log.mlir index 6089175d4eb..f31d0111290 100644 --- a/stablehlo/tests/interpret/log.mlir +++ b/stablehlo/tests/interpret/log.mlir @@ -1,6 +1,6 @@ // RUN: stablehlo-translate --interpret -split-input-file %s -func.func @log_op_test_i64() { +func.func @log_op_test_f64() { %operand = stablehlo.constant dense<[[1.0, 2.0], [3.0, 4.0]]> : tensor<2x2xf64> %result = stablehlo.log %operand : tensor<2x2xf64> check.expect_almost_eq_const %result, dense<[[0.000000e+00, 0.69314718055994529], [1.0986122886681098, 1.3862943611198906]]> : tensor<2x2xf64>