summaryrefslogtreecommitdiffstats
path: root/chrome/test/memory_test/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/memory_test/SConscript')
-rw-r--r--chrome/test/memory_test/SConscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/memory_test/SConscript b/chrome/test/memory_test/SConscript
index f3cf77c..9600fed 100644
--- a/chrome/test/memory_test/SConscript
+++ b/chrome/test/memory_test/SConscript
@@ -90,9 +90,7 @@ input_files = [
'memory_test.cc',
]
-exe = env_test.ChromeTestProgram(['memory_test',
- 'memory_test.pdb'],
- input_files)
+exe = env_test.ChromeTestProgram('memory_test', input_files)
i = env_test.Install('$TARGET_ROOT', exe)
env_test.Alias('chrome', i)