1
0
Fork 0

Fixed JSLint

This commit is contained in:
Michael Hackstein 2016-05-04 10:40:06 +02:00
parent c8cdb5ab93
commit aab91d51e6
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*jshint globalstrict:false, strict:false, maxlen: 500 */
/*global assertEqual, AQL_EXECUTE, AQL_EXPLAIN */
/*global assertEqual, AQL_EXECUTE */
////////////////////////////////////////////////////////////////////////////////
/// @brief tests for Ahuacatl, skiplist index queries
@ -30,8 +30,6 @@
var internal = require("internal");
var jsunity = require("jsunity");
var helper = require("@arangodb/aql-helper");
var getQueryResults = helper.getQueryResults;
////////////////////////////////////////////////////////////////////////////////
/// @brief test suite