| Index: test/unittests/unittests.gyp
|
| diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp
|
| index d5ba3539470202b9e821458595eef43a2079509e..a0ebc08c3451229c3bd15ebdcb76f05833225ac7 100644
|
| --- a/test/unittests/unittests.gyp
|
| +++ b/test/unittests/unittests.gyp
|
| @@ -108,7 +108,6 @@
|
| 'interpreter/constant-array-builder-unittest.cc',
|
| 'interpreter/interpreter-assembler-unittest.cc',
|
| 'interpreter/interpreter-assembler-unittest.h',
|
| - 'interpreter/source-position-table-unittest.cc',
|
| 'libplatform/default-platform-unittest.cc',
|
| 'libplatform/task-queue-unittest.cc',
|
| 'libplatform/worker-thread-unittest.cc',
|
| @@ -122,6 +121,7 @@
|
| 'locked-queue-unittest.cc',
|
| 'register-configuration-unittest.cc',
|
| 'run-all-unittests.cc',
|
| + 'source-position-table-unittest.cc',
|
| 'test-utils.h',
|
| 'test-utils.cc',
|
| 'wasm/asm-types-unittest.cc',
|
|
|