about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2020-08-20 03:43:17 +0000
committerLzu Tao <taolzu@gmail.com>2020-08-20 16:03:09 +0000
commitd97bbd3a2182f6199287601fed993d2d20e1f568 (patch)
tree641f39df921b81946d9bc6da93d1ed6a260517bc /src/test
parent5fff3824bc77cd7052e2515f82259e32f8ad1486 (diff)
downloadrust-d97bbd3a2182f6199287601fed993d2d20e1f568.tar.gz
rust-d97bbd3a2182f6199287601fed993d2d20e1f568.zip
Suppress ty::Float in MIR comments of ty::Const
Already covered by MIR constant comments
Diffstat (limited to 'src/test')
-rw-r--r--src/test/mir-opt/deaggregator_test.bar.Deaggregator.diff3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/mir-opt/deaggregator_test.bar.Deaggregator.diff b/src/test/mir-opt/deaggregator_test.bar.Deaggregator.diff
index ebe76e8e270..e60a1f3e75f 100644
--- a/src/test/mir-opt/deaggregator_test.bar.Deaggregator.diff
+++ b/src/test/mir-opt/deaggregator_test.bar.Deaggregator.diff
@@ -12,9 +12,6 @@
 -         _0 = Baz { x: move _2, y: const 0f32, z: const false }; // scope 0 at $DIR/deaggregator_test.rs:9:5: 9:35
 +         (_0.0: usize) = move _2;         // scope 0 at $DIR/deaggregator_test.rs:9:5: 9:35
 +         (_0.1: f32) = const 0f32;        // scope 0 at $DIR/deaggregator_test.rs:9:5: 9:35
-                                           // ty::Const
-                                           // + ty: f32
-                                           // + val: Value(Scalar(0x00000000))
                                            // mir::Constant
                                            // + span: $DIR/deaggregator_test.rs:9:20: 9:23
                                            // + literal: Const { ty: f32, val: Value(Scalar(0x00000000)) }