不要怂,就是干,撸起袖子干!

Commit 63252881 by Mike Ringrose

Removing accidentally added comments.

1 parent ae3785f1
Showing with 2 additions and 2 deletions
...@@ -667,7 +667,7 @@ suite(Support.getTestDialectTeaser('SQL'), function() { ...@@ -667,7 +667,7 @@ suite(Support.getTestDialectTeaser('SQL'), function() {
}); });
} }
// if (current.dialect.supports.GEOMETRY) { if (current.dialect.supports.GEOMETRY) {
suite('GEOMETRY', function () { suite('GEOMETRY', function () {
testsql('GEOMETRY', DataTypes.GEOMETRY, { testsql('GEOMETRY', DataTypes.GEOMETRY, {
default: 'GEOMETRY' default: 'GEOMETRY'
...@@ -693,6 +693,6 @@ suite(Support.getTestDialectTeaser('SQL'), function() { ...@@ -693,6 +693,6 @@ suite(Support.getTestDialectTeaser('SQL'), function() {
mysql: 'POINT' mysql: 'POINT'
}); });
}); });
// } }
}); });
}); });
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!