fix block label completion test

This commit is contained in:
Techatrix
2023-03-20 20:25:00 +01:00
committed by Lee Cannon
parent 84228a612e
commit 1e733a8782
2 changed files with 4 additions and 3 deletions

View File

@@ -404,7 +404,6 @@ test "completion - usingnamespace" {
}
test "completion - block" {
if (true) return error.SkipZigTest;
try testCompletion(
\\const foo = blk: {
\\ break :<cursor>