From 15be7b2585667747a78039bbbaf5f3cfde5429ca Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sat, 13 Feb 2016 11:56:26 +0100
Subject: [PATCH] try out a new Coq 8.5 syntax to shorten long Import lines

---
 heap_lang/tests.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/heap_lang/tests.v b/heap_lang/tests.v
index b790ed7fc..24e6b4792 100644
--- a/heap_lang/tests.v
+++ b/heap_lang/tests.v
@@ -1,6 +1,6 @@
 (** This file is essentially a bunch of testcases. *)
 Require Import program_logic.ownership.
-Require Import heap_lang.substitution heap_lang.tactics heap_lang.notation.
+From heap_lang Require Import substitution tactics notation.
 Import uPred.
 
 Module LangTests.
-- 
GitLab