address comments

This commit is contained in:
Justus Klausecker
2025-08-07 13:56:44 +02:00
parent ba549a7d67
commit 0ecbd5a0e1
4 changed files with 1 additions and 9 deletions

View File

@@ -1117,8 +1117,6 @@ test "switch on non-exhaustive enum" {
}
};
var e: E = .a;
_ = &e;
try E.doTheTest(e);
try E.doTheTest(.a);
try comptime E.doTheTest(.a);
}