diff options
Diffstat (limited to 'src/test/mir-opt/deaggregator_test.rs')
-rw-r--r-- | src/test/mir-opt/deaggregator_test.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/mir-opt/deaggregator_test.rs b/src/test/mir-opt/deaggregator_test.rs index 342e22243..ee59402af 100644 --- a/src/test/mir-opt/deaggregator_test.rs +++ b/src/test/mir-opt/deaggregator_test.rs @@ -1,3 +1,5 @@ +// unit-test: Deaggregator + struct Baz { x: usize, y: f32, |