mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: attribute test - fix typo in function name
This commit is contained in:
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
Block a user