1
0
Fork 0

fixed parse error

This commit is contained in:
Jan Steemann 2014-09-09 08:45:50 +02:00
parent f4b4c202d2
commit a5100e3849
1 changed files with 1 additions and 3 deletions

View File

@ -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() {
}
}
};
}