From c4d93f9733a7c60c35fe314e190467d6fba19128 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 22 Oct 2018 09:12:28 -0400 Subject: [PATCH] rename test to give it a unique prefix --- tests/incremental/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/incremental/constants.rs b/tests/incremental/constants.rs index a7391bda..e4d0caa4 100644 --- a/tests/incremental/constants.rs +++ b/tests/incremental/constants.rs @@ -83,7 +83,7 @@ fn mixed_constant() { } #[test] -fn becomes_constant() { +fn becomes_constant_with_change() { let db = &TestContextImpl::default(); db.query(ConstantsInput).set('a', 22);