Use JSON for FFP tests
[hiphop-php.git] / hphp / hack / test / full_fidelity / cases / concurrent / error / concurrent_nested_concurrent.php.errors.exp
blobe27075b2e9c1511bc91b188c5ceae9f08e369d81
1 (5,5)-(8,5) Concurrent blocks cannot be nested.
2 (5,5)-(8,5) Concurrent block must contain a compound statement of two or more expression statements, IE concurrent { <expr>; <expr>; }.