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