Fix failing test on HHVM
This commit is contained in:
parent
484548dc49
commit
003991659a
@ -111,6 +111,15 @@
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$expected_possibilities[] = array (
|
||||||
|
array (
|
||||||
|
'selectid' => '0',
|
||||||
|
'order' => '0',
|
||||||
|
'from' => '0',
|
||||||
|
'detail' => 'SEARCH TABLE create_test USING INTEGER PRIMARY KEY (rowid>? AND rowid<?) (~62500 rows)',
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
$passed = FALSE;
|
$passed = FALSE;
|
||||||
|
|
||||||
// Check for a matching possibility
|
// Check for a matching possibility
|
||||||
|
Loading…
Reference in New Issue
Block a user