Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
b51b7a70
Commit
b51b7a70
authored
Feb 05, 2019
by
Pierre-Marie Pédrot
Browse files
Set the Ltac backtrace option in tests.
This is a change enabling backward compatibility.
parent
5fd7dae1
Pipeline
#14408
passed with stage
in 19 minutes and 59 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/heap_lang.v
View file @
b51b7a70
...
...
@@ -2,6 +2,7 @@ From iris.program_logic Require Export weakestpre total_weakestpre.
From
iris
.
heap_lang
Require
Import
lang
adequacy
proofmode
notation
.
(* Import lang *again*. This used to break notation. *)
From
iris
.
heap_lang
Require
Import
lang
.
Set
Ltac
Backtrace
.
Set
Default
Proof
Using
"Type"
.
Section
tests
.
...
...
tests/proofmode.v
View file @
b51b7a70
From
iris
.
proofmode
Require
Import
tactics
intro_patterns
.
Set
Ltac
Backtrace
.
Set
Default
Proof
Using
"Type"
.
Section
tests
.
...
...
tests/proofmode_iris.v
View file @
b51b7a70
From
iris
.
proofmode
Require
Import
tactics
monpred
.
From
iris
.
base_logic
Require
Import
base_logic
.
From
iris
.
base_logic
.
lib
Require
Import
invariants
cancelable_invariants
na_invariants
.
Set
Ltac
Backtrace
.
Section
base_logic_tests
.
Context
{
M
:
ucmraT
}.
...
...
tests/proofmode_monpred.v
View file @
b51b7a70
From
iris
.
proofmode
Require
Import
tactics
monpred
.
Set
Ltac
Backtrace
.
Section
tests
.
Context
{
I
:
biIndex
}
{
PROP
:
sbi
}.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment