mirror of https://gitee.com/bigwinds/arangodb
fixed parse error
This commit is contained in:
parent
f4b4c202d2
commit
a5100e3849
|
@ -115,7 +115,7 @@ function optimizerRuleTestSuite() {
|
|||
assertEqual(node.type, type, "check whether this node is of type "+type);
|
||||
};
|
||||
|
||||
return {
|
||||
return {
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief set up
|
||||
|
@ -719,8 +719,6 @@ function optimizerRuleTestSuite() {
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue