Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1709)

Unified Diff: test/cctest/SConscript

Issue 2802022: Type info: fix three bit representation of smi type. (Closed)
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/type-info.h ('k') | test/cctest/test-type-info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/SConscript
diff --git a/test/cctest/SConscript b/test/cctest/SConscript
index 876c104bca122bcfe53f13feffbe6a2dc8f55c5d..18388c0273c8b14c52713cf03db9c0bbbfd47520 100644
--- a/test/cctest/SConscript
+++ b/test/cctest/SConscript
@@ -69,8 +69,9 @@ SOURCES = {
'test-sockets.cc',
'test-spaces.cc',
'test-strings.cc',
- 'test-threads.cc',
'test-thread-termination.cc',
+ 'test-threads.cc',
+ 'test-type-info.cc',
'test-unbound-queue.cc',
'test-utils.cc',
'test-version.cc'
« no previous file with comments | « src/type-info.h ('k') | test/cctest/test-type-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698