diff --git a/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir b/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir index daf641d03eb75..110a46e2d89d8 100644 --- a/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir +++ b/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir @@ -1,6 +1,6 @@ // DEFINE: %{entry_point} = main // DEFINE: %{run} = mlir-runner -e entry -entry-point-result=void \ -// DEFINE: -shared-libs=%native_mlir_runner_utils,%native_mlir_c_runner_utils +// DEFINE: -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils /// TEST 1. Verify default compilation (direct lowering of `vector.gather` to LLVM) // DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm