diff --git a/conformance/testdata/compile_errors/undeclared_reference/tests.yaml b/conformance/testdata/compile_errors/undeclared_reference/tests.yaml index b46c19f..887e3e6 100644 --- a/conformance/testdata/compile_errors/undeclared_reference/tests.yaml +++ b/conformance/testdata/compile_errors/undeclared_reference/tests.yaml @@ -20,4 +20,5 @@ sections: - name: "undeclared_reference" output: error_set: - - "undeclared reference to 'spec'" + # Tolerate either 'spec' or 'spec.field' + - "undeclared reference to 'spec"