Skip to content

Commit 27abda9

Browse files
committed
Update basic.mlir
1 parent e1bd9cc commit 27abda9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mlir/test/Target/ExportSMTLIB/basic.mlir

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// REQUIRES: z3-prover
2-
// RUN: mlir-translate --export-smtlib %s | z3 -in %t 2>&1 | FileCheck %s
2+
// RUN: mlir-translate --export-smtlib %s | z3 -in 2>&1 | FileCheck %s
33
// RUN: mlir-translate --export-smtlib --smtlibexport-inline-single-use-values %s | z3 -in 2>&1 | FileCheck %s
4-
// REQUIRES: z3
54

65
// Function and constant symbol declarations, uninterpreted sorts
76
smt.solver () : () -> () {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import lit.util
2+
13
if lit.util.which("z3", config.environment["PATH"]):
24
config.available_features.add("z3-prover")
35

0 commit comments

Comments
 (0)