| Index: test/cctest/SConscript
|
| diff --git a/test/cctest/SConscript b/test/cctest/SConscript
|
| index 7506d29217069abf861a22555709bdca1c66c000..112ecd6faff4845c625ed14f468b0b09026cfa76 100644
|
| --- a/test/cctest/SConscript
|
| +++ b/test/cctest/SConscript
|
| @@ -63,9 +63,9 @@ SOURCES = {
|
| 'arch:ia32': [
|
| 'test-assembler-ia32.cc',
|
| 'test-disasm-ia32.cc',
|
| - 'test-log-ia32.cc'
|
| + 'test-log-stack-tracer.cc'
|
| ],
|
| - 'arch:x64': ['test-assembler-x64.cc'],
|
| + 'arch:x64': ['test-assembler-x64.cc', 'test-log-stack-tracer.cc'],
|
| 'os:linux': ['test-platform-linux.cc'],
|
| 'os:macos': ['test-platform-macos.cc'],
|
| 'os:nullos': ['test-platform-nullos.cc'],
|
|
|