Fix fourslash test

This commit is contained in:
Anders Hejlsberg 2016-07-18 11:15:19 -07:00
parent a96d38ef96
commit cb27e54ba7

View File

@ -114,4 +114,4 @@ verifyTypeParameter("U", getFunctionDisplay("foo2", /*instance*/ undefined, stri
verifyParameter("a", "U", stringTypeDisplay);
// Call
verifyFunctionDisplay("foo2", stringTypeDisplay);
verifyFunctionDisplay("foo2", [{ text: "\"hello\"", kind: "stringLiteral" }]);