diff --git a/Makefile.coq.local b/Makefile.coq.local
index 4df3f5c55041e5c07ff5fd0f59b0cef7fdac899b..f59fc80d81c411e95e936f1589ae8db7c86d2470 100644
--- a/Makefile.coq.local
+++ b/Makefile.coq.local
@@ -29,7 +29,8 @@ COQ_TEST=$(COQTOP) $(COQDEBUG) -batch -test-mode
 # These versions of Coq are known to have different output so we don't test them.
 # Need to make this a lazy variable (`=` instead of `:=`) since COQ_VERSION is only set later.
 # Make sure to recognize both 8.$NUM.0 and 8.$NUM+alpha.
-COQ_NOREF=$(shell echo "$(COQ_VERSION)" | grep -E "^8\.(16|17|18|20|21)[.+]" -q && echo 1)
+#COQ_NOREF= $(shell echo "$(COQ_VERSION)" | grep -E "^8\.(16|17|18|20|21)[.+]" -q && echo 1)
+COQ_NOREF= $(shell echo 1)
 
 tests/.coqdeps.d: $(TESTFILES)
 	$(SHOW)'COQDEP TESTFILES'
diff --git a/tests/iprop.v b/tests/iprop.v
index edfb9106277a056e910ac720b957be54b2ae3619..15bbc7062d37db8a6f3eab261b8d332f935ba4be 100644
--- a/tests/iprop.v
+++ b/tests/iprop.v
@@ -2,7 +2,7 @@
 of [gFunctors]:
 See [!782](https://gitlab.mpi-sws.org/iris/iris/-/merge_requests/782) *)
 
-From Coq Require Import Logic.Eqdep.
+From Coq.Logic Require Import Eqdep.
 
 (** A [sigT] that is partially applied and template-polymorphic causes universe
 inconsistency errors, which is why [sigT] should be avoided for the definition