compiler: attribute test - fix typo in function name

pull/3624/head
joe-conigliaro 2020-02-01 18:59:34 +11:00 committed by GitHub
parent 696926a557
commit 05374e162e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
}