summary refs log tree commit diff
path: root/src/test/debug-info/simple-struct.rs
AgeCommit message (Collapse)AuthorLines
2013-06-27debuginfo: Made test cases use correct naming convention for variables.Michael Woerister-14/+14
2013-06-27Extended test cases for struct debug information.Michael Woerister-0/+84
Added test cases for different kinds of padding (simple-struct.rs) Added test cases for nested structs (struct-in-struct.rs)