diff --git a/vlib/compiler/tests/attribute_test.v b/vlib/compiler/tests/attribute_test.v index f16984f7f3..e93aef6bf9 100644 --- a/vlib/compiler/tests/attribute_test.v +++ b/vlib/compiler/tests/attribute_test.v @@ -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 } \ No newline at end of file