diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2024-09-10 16:05:37 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2024-09-10 16:05:37 -0700 |
| commit | c40ee79b849daee16f3ab07a5e2bae409d40aca1 (patch) | |
| tree | 053e2e27900128e4b3c40d20c2ea43ec20edac3b | |
| parent | 180eacea1c51610f6ddd550dc0dac5e33d313030 (diff) | |
| download | rust-c40ee79b849daee16f3ab07a5e2bae409d40aca1.tar.gz rust-c40ee79b849daee16f3ab07a5e2bae409d40aca1.zip | |
move float tests into their own dir
| -rw-r--r-- | tests/ui/float/classify-runtime-const.rs (renamed from tests/ui/consts/const-float-classify.rs) | 0 | ||||
| -rw-r--r-- | tests/ui/float/classify-runtime-const.stderr (renamed from tests/ui/consts/const-float-classify.stderr) | 0 | ||||
| -rw-r--r-- | tests/ui/float/conv-bits-runtime-const.rs (renamed from tests/ui/consts/const-float-bits-conv.rs) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/ui/consts/const-float-classify.rs b/tests/ui/float/classify-runtime-const.rs index 6e5097f7f2b..6e5097f7f2b 100644 --- a/tests/ui/consts/const-float-classify.rs +++ b/tests/ui/float/classify-runtime-const.rs diff --git a/tests/ui/consts/const-float-classify.stderr b/tests/ui/float/classify-runtime-const.stderr index a35de8ad0ea..a35de8ad0ea 100644 --- a/tests/ui/consts/const-float-classify.stderr +++ b/tests/ui/float/classify-runtime-const.stderr diff --git a/tests/ui/consts/const-float-bits-conv.rs b/tests/ui/float/conv-bits-runtime-const.rs index 869498d1076..869498d1076 100644 --- a/tests/ui/consts/const-float-bits-conv.rs +++ b/tests/ui/float/conv-bits-runtime-const.rs |
