diff options
| author | Frédéric Besson | 2013-12-20 01:22:45 +0100 |
|---|---|---|
| committer | Frédéric Besson | 2013-12-20 01:22:45 +0100 |
| commit | ca1305a0187653edcf63e46b84c65130ac78d117 (patch) | |
| tree | 3a50c809ff3f33b722fb1377a5290162c4f09a8a /test-suite | |
| parent | 631298df172c1e034d6898ff13d5d5aabb9a5098 (diff) | |
micromega: removal of spurious Export; addition of Lia.v encapsulating lia and nia.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/micromega/heap3_vcgen_25.v | 2 | ||||
| -rw-r--r-- | test-suite/micromega/zomicron.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/micromega/heap3_vcgen_25.v b/test-suite/micromega/heap3_vcgen_25.v index efb5c7fd5c..00522f50aa 100644 --- a/test-suite/micromega/heap3_vcgen_25.v +++ b/test-suite/micromega/heap3_vcgen_25.v @@ -7,7 +7,7 @@ (************************************************************************) Require Import ZArith. -Require Import Psatz. +Require Import Lia. Open Scope Z_scope. diff --git a/test-suite/micromega/zomicron.v b/test-suite/micromega/zomicron.v index 3b24602336..0ec1dbfbcd 100644 --- a/test-suite/micromega/zomicron.v +++ b/test-suite/micromega/zomicron.v @@ -1,5 +1,5 @@ Require Import ZArith. -Require Import Psatz. +Require Import Lia. Open Scope Z_scope. Lemma two_x_eq_1 : forall x, 2 * x = 1 -> False. |
