summaryrefslogtreecommitdiff
path: root/dichroism/tests/integration_tests.rs
blob: 3989260990ed953e188f4e112ddd14ef61f23170 (plain) (blame)
1
2
3
4
#[test]
fn test_add_two() {
    assert_eq!(4, 2 + 2);
}