1
0
Fork 0

fixing undistribute-remove-after-enum-coll tests

This commit is contained in:
James 2014-10-25 14:26:00 +01:00
parent 9bcf115951
commit 3b14c1f283
1 changed files with 6 additions and 2 deletions

View File

@ -145,7 +145,9 @@ function optimizerRuleTestSuite () {
"GatherNode",
"DistributeNode",
"RemoteNode",
"RemoveNode"
"RemoveNode",
"RemoteNode",
"GatherNode"
],
[ "SingletonNode",
"ScatterNode",
@ -158,7 +160,9 @@ function optimizerRuleTestSuite () {
"GatherNode",
"DistributeNode",
"RemoteNode",
"RemoveNode"
"RemoveNode",
"RemoteNode",
"GatherNode"
] ];
queries.forEach(function(query) {