chore(tests/lean/run/listex2): fix issue at travis, profiler option is not available in single thread build
This commit is contained in:
parent
94f16d1e44
commit
b0bcb4af57
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ begin [smt]
|
|||
repeat {ematch} -- It will loop if there is a matching loop
|
||||
end
|
||||
|
||||
set_option profiler true
|
||||
-- set_option profiler true
|
||||
|
||||
/- Smaller problems can be solved using superposition in a reasonable amount of time. -/
|
||||
example (a b c : nat) (l₁ l₂ : list nat) : a ∈ l₁ → a ∈ b::l₁ ++ [c] :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue