diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-29 22:39:09 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-29 22:39:09 +0200 |
| commit | f7a1e64fdb209951e6e77369364feb530a60b04c (patch) | |
| tree | 51c8dd04d79336ef4cac836843aff214d9ad9e43 | |
| parent | dc0408ec43fa6b63b5cbffbbc07823577c97ea24 (diff) | |
| download | rust-f7a1e64fdb209951e6e77369364feb530a60b04c.tar.gz rust-f7a1e64fdb209951e6e77369364feb530a60b04c.zip | |
Update tests after rebase
| -rw-r--r-- | src/test/mir-opt/const_prop/large_array_index.main.ConstProp.diff.32bit (renamed from src/test/mir-opt/const_prop/large_array_index/32bit/rustc.main.ConstProp.diff) | 0 | ||||
| -rw-r--r-- | src/test/mir-opt/const_prop/large_array_index.main.ConstProp.diff.64bit (renamed from src/test/mir-opt/const_prop/large_array_index/64bit/rustc.main.ConstProp.diff) | 0 | ||||
| -rw-r--r-- | src/test/mir-opt/const_prop/large_array_index.rs | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/const_prop/large_array_index/32bit/rustc.main.ConstProp.diff b/src/test/mir-opt/const_prop/large_array_index.main.ConstProp.diff.32bit index 721766f9849..721766f9849 100644 --- a/src/test/mir-opt/const_prop/large_array_index/32bit/rustc.main.ConstProp.diff +++ b/src/test/mir-opt/const_prop/large_array_index.main.ConstProp.diff.32bit diff --git a/src/test/mir-opt/const_prop/large_array_index/64bit/rustc.main.ConstProp.diff b/src/test/mir-opt/const_prop/large_array_index.main.ConstProp.diff.64bit index eae2ce6671c..eae2ce6671c 100644 --- a/src/test/mir-opt/const_prop/large_array_index/64bit/rustc.main.ConstProp.diff +++ b/src/test/mir-opt/const_prop/large_array_index.main.ConstProp.diff.64bit diff --git a/src/test/mir-opt/const_prop/large_array_index.rs b/src/test/mir-opt/const_prop/large_array_index.rs index e6a12f3364a..48d134376db 100644 --- a/src/test/mir-opt/const_prop/large_array_index.rs +++ b/src/test/mir-opt/const_prop/large_array_index.rs @@ -1,6 +1,6 @@ // EMIT_MIR_FOR_EACH_BIT_WIDTH -// EMIT_MIR rustc.main.ConstProp.diff +// EMIT_MIR large_array_index.main.ConstProp.diff fn main() { // check that we don't propagate this, because it's too large let x: u8 = [0_u8; 5000][2]; |
