diff --git a/breeze/breeze-tests.ts b/breeze/breeze-tests.ts index 979bc5683..f309462af 100644 --- a/breeze/breeze-tests.ts +++ b/breeze/breeze-tests.ts @@ -3,7 +3,6 @@ import core = breeze.core; import config = breeze.config; - function test_dataType() { var typ = breeze.DataType.DateTime; var nm = typ.getName(); @@ -888,4 +887,4 @@ function test_config() { config.registerType(f1, "myCtor"); s = config.stringifyPad; o = config.typeRegistry; -} \ No newline at end of file +}