rename none to null
This commit is contained in:
@@ -21,5 +21,5 @@ handles_sparse_enum_get test {
|
||||
eof :: get(&names, TestEnum.eof)
|
||||
|
||||
try testing.expect_type(?[]u8, eof)
|
||||
try testing.expect_equal(none, eof)
|
||||
try testing.expect_equal(null, eof)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user