diff options
Diffstat (limited to 'mlir/test/mlir-runner/simple.mlir')
-rw-r--r-- | mlir/test/mlir-runner/simple.mlir | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mlir/test/mlir-runner/simple.mlir b/mlir/test/mlir-runner/simple.mlir index 1a03b99..21dabdd 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 |