From de44f09cc38be7b8d2bdc5d3e6426417cbe54a7a Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Sun, 27 Oct 2019 16:22:20 -0700 Subject: [PATCH] Rename test filename to match others. --- .../const-caller-location.rs} | 0 ...onst_caller_location.stderr => const-caller-location.stderr} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/test/ui/{consts/const-eval/const_caller_location.rs => rfc-2091-track-caller/const-caller-location.rs} (100%) rename src/test/ui/rfc-2091-track-caller/{const_caller_location.stderr => const-caller-location.stderr} (86%) diff --git a/src/test/ui/consts/const-eval/const_caller_location.rs b/src/test/ui/rfc-2091-track-caller/const-caller-location.rs similarity index 100% rename from src/test/ui/consts/const-eval/const_caller_location.rs rename to src/test/ui/rfc-2091-track-caller/const-caller-location.rs diff --git a/src/test/ui/rfc-2091-track-caller/const_caller_location.stderr b/src/test/ui/rfc-2091-track-caller/const-caller-location.stderr similarity index 86% rename from src/test/ui/rfc-2091-track-caller/const_caller_location.stderr rename to src/test/ui/rfc-2091-track-caller/const-caller-location.stderr index 01a00dd28fda..edb57199db85 100644 --- a/src/test/ui/rfc-2091-track-caller/const_caller_location.stderr +++ b/src/test/ui/rfc-2091-track-caller/const-caller-location.stderr @@ -1,5 +1,5 @@ warning: the feature `track_caller` is incomplete and may cause the compiler to crash - --> $DIR/const_caller_location.rs:3:39 + --> $DIR/const-caller-location.rs:3:39 | LL | #![feature(const_fn, core_intrinsics, track_caller)] | ^^^^^^^^^^^^