testing out some stuff for NugetAutomation

Only removing some whitepace while I test out some NugetAutomation work...
This commit is contained in:
Jason Jarrett
2015-04-10 22:58:41 -07:00
parent d5f92f93bd
commit 291d19109e
+1 -2
View File
@@ -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;
}
}