| Index: test/cctest/SConscript
|
| diff --git a/test/cctest/SConscript b/test/cctest/SConscript
|
| index 7038137766c5e9eb99bfed1d99901492fe6fdeca..04194b3d0308da6c51c81a8e0f9b839cd5869391 100644
|
| --- a/test/cctest/SConscript
|
| +++ b/test/cctest/SConscript
|
| @@ -95,7 +95,7 @@ SOURCES = {
|
| 'arch:x64': ['test-assembler-x64.cc',
|
| 'test-macro-assembler-x64.cc',
|
| 'test-log-stack-tracer.cc'],
|
| - 'arch:mips': ['test-assembler-mips.cc', 'test-mips.cc'],
|
| + 'arch:mips': ['test-assembler-mips.cc'],
|
| 'os:linux': ['test-platform-linux.cc'],
|
| 'os:macos': ['test-platform-macos.cc'],
|
| 'os:nullos': ['test-platform-nullos.cc'],
|
|
|