aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/reduction.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-04-17 15:00:29 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-04-17 15:00:29 +0000
commit60ac9070895841ce1fa5ca3d206c7595a4adc5a3 (patch)
treeb3232806ebb5a40c62f33d1a3110eb6075874571 /test-suite/output/reduction.v
parentb40a928259fba6c22eb70909ab5e86681ad2ec61 (diff)
Using Parameter instead of Variable in test-suite/output
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16417 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output/reduction.v')
-rw-r--r--test-suite/output/reduction.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/reduction.v b/test-suite/output/reduction.v
index c4592369f..ab6262823 100644
--- a/test-suite/output/reduction.v
+++ b/test-suite/output/reduction.v
@@ -1,6 +1,6 @@
(* Test the behaviour of hnf and simpl introduced in revision *)
-Variable n:nat.
+Parameter n:nat.
Definition a:=0.
Eval simpl in (fix plus (n m : nat) {struct n} : nat :=