compiler: attribute test - fix typo in function name
parent
696926a557
commit
05374e162e
|
@ -23,11 +23,11 @@ pub enum PubEnumAttrTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
[testing]
|
[testing]
|
||||||
fn test_fn_attribte() {
|
fn test_fn_attribute() {
|
||||||
assert true
|
assert true
|
||||||
}
|
}
|
||||||
|
|
||||||
[testing]
|
[testing]
|
||||||
pub fn test_pub_fn_attribte() {
|
pub fn test_pub_fn_attribute() {
|
||||||
assert true
|
assert true
|
||||||
}
|
}
|
Loading…
Reference in New Issue