| Index: source/libvpx/test/vp9_thread_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/vp9_thread_test.cc (revision 293081)
|
| +++ source/libvpx/test/vp9_thread_test.cc (working copy)
|
| @@ -207,7 +207,7 @@
|
| int Sync(VP9Worker *const worker) { return !worker->had_error; }
|
|
|
| void Execute(VP9Worker *const worker) {
|
| - worker->had_error |= worker->hook(worker->data1, worker->data2);
|
| + worker->had_error |= !worker->hook(worker->data1, worker->data2);
|
| }
|
|
|
| void Launch(VP9Worker *const worker) { Execute(worker); }
|
|
|