From aced089cd1e2ff244bb4a9c83ec3fcde66179c1d Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Fri, 24 Jul 2015 09:49:39 +0300 Subject: [PATCH] lint error fixed --- apps/tests/xml-declaration/xml-declaration-tests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/tests/xml-declaration/xml-declaration-tests.ts b/apps/tests/xml-declaration/xml-declaration-tests.ts index 6c8f92697..8a030799c 100644 --- a/apps/tests/xml-declaration/xml-declaration-tests.ts +++ b/apps/tests/xml-declaration/xml-declaration-tests.ts @@ -332,7 +332,6 @@ export function test_parse_ShouldParseLowerCaseDashedComponentDeclaration() { TKUnit.assert(ctrl.getChildAt(1) instanceof segmentedBar.SegmentedBar, "Expected result: Label!; Actual result: " + ctrl.getChildAt(0)); }; - export function test_parse_ShouldParseCustomComponentWithoutXml() { var p = builder.parse(''); var ctrl = p.content;