We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2cf2a commit 89e5d54Copy full SHA for 89e5d54
test/com/google/javascript/jscomp/integration/TypedAstIntegrationTest.java
@@ -213,8 +213,8 @@ public void disambiguatesAndDeletesMethodsAcrossLibraries_skippedIfInvalidatingT
213
assertThat(compiler.getErrors())
214
.comparingElementsUsing(JSCompCorrespondences.DESCRIPTION_EQUALITY)
215
.containsExactly(
216
- "Property 'm' was required to be disambiguated but was invalidated.\n"
217
- + "See go/disambiguation-errors for more information.");
+ "Property 'm' was required to be disambiguated but was invalidated."
+ );
218
}
219
220
@Test
0 commit comments