From a5ddaa07eb79ff6288a686aa17b134116eab4eb8 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 27 Apr 2020 12:27:56 +0200 Subject: [PATCH] rename tests: undefined -> uninit --- ...rs => overwriting_part_of_relocation_makes_the_rest_uninit.rs} | 0 .../{transmute-pair-undef.rs => transmute-pair-uninit.rs} | 0 tests/compile-fail/{undefined_buffer.rs => uninit_buffer.rs} | 0 .../compile-fail/{undefined_byte_read.rs => uninit_byte_read.rs} | 0 tests/run-pass/{move-undef-primval.rs => move-uninit-primval.rs} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tests/compile-fail/{overwriting_part_of_relocation_makes_the_rest_undefined.rs => overwriting_part_of_relocation_makes_the_rest_uninit.rs} (100%) rename tests/compile-fail/{transmute-pair-undef.rs => transmute-pair-uninit.rs} (100%) rename tests/compile-fail/{undefined_buffer.rs => uninit_buffer.rs} (100%) rename tests/compile-fail/{undefined_byte_read.rs => uninit_byte_read.rs} (100%) rename tests/run-pass/{move-undef-primval.rs => move-uninit-primval.rs} (100%) diff --git a/tests/compile-fail/overwriting_part_of_relocation_makes_the_rest_undefined.rs b/tests/compile-fail/overwriting_part_of_relocation_makes_the_rest_uninit.rs similarity index 100% rename from tests/compile-fail/overwriting_part_of_relocation_makes_the_rest_undefined.rs rename to tests/compile-fail/overwriting_part_of_relocation_makes_the_rest_uninit.rs diff --git a/tests/compile-fail/transmute-pair-undef.rs b/tests/compile-fail/transmute-pair-uninit.rs similarity index 100% rename from tests/compile-fail/transmute-pair-undef.rs rename to tests/compile-fail/transmute-pair-uninit.rs diff --git a/tests/compile-fail/undefined_buffer.rs b/tests/compile-fail/uninit_buffer.rs similarity index 100% rename from tests/compile-fail/undefined_buffer.rs rename to tests/compile-fail/uninit_buffer.rs diff --git a/tests/compile-fail/undefined_byte_read.rs b/tests/compile-fail/uninit_byte_read.rs similarity index 100% rename from tests/compile-fail/undefined_byte_read.rs rename to tests/compile-fail/uninit_byte_read.rs diff --git a/tests/run-pass/move-undef-primval.rs b/tests/run-pass/move-uninit-primval.rs similarity index 100% rename from tests/run-pass/move-undef-primval.rs rename to tests/run-pass/move-uninit-primval.rs -- 2.44.0