Disallow named test decls with duplicate names
This commit is contained in:
@@ -203,7 +203,7 @@ test "multiline string comments at multiple places" {
|
||||
try expect(mem.eql(u8, s1, s2));
|
||||
}
|
||||
|
||||
test "string concatenation" {
|
||||
test "string concatenation simple" {
|
||||
try expect(mem.eql(u8, "OK" ++ " IT " ++ "WORKED", "OK IT WORKED"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user