diff --git a/mlir/test/mlir-runner/simple.mlir b/mlir/test/mlir-runner/simple.mlir index 1a03b9901174f..21dabdd42825e 100644 --- a/mlir/test/mlir-runner/simple.mlir +++ b/mlir/test/mlir-runner/simple.mlir @@ -15,10 +15,10 @@ // RUN: ls %t.o // RUN: rm %t.o -// RUN: mlir-runner %s -dump-object-file -object-filename=%T/test.o \ +// RUN: mlir-runner %s -dump-object-file -object-filename=%t.o \ // RUN: %if target={{s390x-.*}} %{ -argext-abi-check=false %} | FileCheck %s -// RUN: ls %T/test.o -// RUN: rm %T/test.o +// RUN: ls %t.o +// RUN: rm %t.o // Declarations of C library functions. llvm.func @logbf(f32) -> f32