diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-11-25 10:39:02 +0100 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2014-11-25 11:25:22 +0100 |
commit | 3a8cc0551c35489a34ef64d416b7200a29403a33 (patch) | |
tree | 6f29aac23bbc48d5f24ef105e36c6551baca8804 /test-suite | |
parent | f4a8b00fa0ca47ef7dce4ca2ca809ef4ac440d38 (diff) |
Adapting to current semantics of "simpl non-evaluable-cst"
Diffstat (limited to 'test-suite')
-rw-r--r-- | test-suite/success/simpl.v | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test-suite/success/simpl.v b/test-suite/success/simpl.v index 29b91e3ae..b53307796 100644 --- a/test-suite/success/simpl.v +++ b/test-suite/success/simpl.v @@ -67,11 +67,10 @@ vm_compute f. Fail set (f _). Abort. -(* This is a compatibility test with a non evaluable reference, maybe - not to be kept for long *) +(* This is a change wrt 8.4 (waiting to know if it breaks script a lot or not)*) Goal 0+0=0. -simpl @eq. +Fail simpl @eq. Abort. (* Check reference by notation in simpl *) |