Browse Source

[tests] update test for 11211

Rudy Ges 2 years ago
parent
commit
23ef99d741
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/display/src/cases/Issue11211.hx

+ 1 - 0
tests/display/src/cases/Issue11211.hx

@@ -48,6 +48,7 @@ class Issue11211 extends DisplayTestCase {
 			{
 				kind: DKCompilerError,
 				severity: Error,
+				code: null,
 				range: diagnosticsRange(pos(4), pos(5)),
 				relatedInformation: [],
 				args: "Variables of type Void are not allowed"