diff options
| author | Josh Stone <jistone@redhat.com> | 2024-06-14 16:01:26 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-06-26 15:05:01 -0700 |
| commit | 1a05cb2d9358879468c87645b0c1d5d1e8e12a12 (patch) | |
| tree | f77d838e073def86145c8832e5d554caaa18d673 /tests/mir-opt/dataflow-const-prop/struct.rs | |
| parent | 31851d4770774ac95a694f2596138fc43fcd39b4 (diff) | |
| download | rust-1a05cb2d9358879468c87645b0c1d5d1e8e12a12.tar.gz rust-1a05cb2d9358879468c87645b0c1d5d1e8e12a12.zip | |
Use `-Zdump-mir-exclude-alloc-bytes` in some mir-opt tests
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/struct.rs')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/struct.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/struct.rs b/tests/mir-opt/dataflow-const-prop/struct.rs index eed782c9036..4b160c3dab7 100644 --- a/tests/mir-opt/dataflow-const-prop/struct.rs +++ b/tests/mir-opt/dataflow-const-prop/struct.rs @@ -1,4 +1,5 @@ //@ test-mir-pass: DataflowConstProp +//@ compile-flags: -Zdump-mir-exclude-alloc-bytes // EMIT_MIR_FOR_EACH_BIT_WIDTH #[derive(Copy, Clone)] |
