From b3c66b03da5e7f3335960eb38a37f5f85f84119b Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Fri, 27 Feb 2015 17:12:40 +0100 Subject: Fix test for #3467, I had moved it in a dumb way. --- test-suite/bugs/closed/3467.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/bugs/closed/3467.v b/test-suite/bugs/closed/3467.v index 900bfc34b3..7e37116249 100644 --- a/test-suite/bugs/closed/3467.v +++ b/test-suite/bugs/closed/3467.v @@ -2,5 +2,5 @@ Module foo. Notation x := $(exact I)$. End foo. Module bar. - Fail Include foo. + Include foo. End bar. -- cgit v1.2.3