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

Unified Diff: base/stack_container_unittest.cc

Issue 10825048: Remove MSVC check in stack_container_unittest. (Closed) Base URL: http://git.chromium.org/chromium/src.git@h264_bit_reader_unittest
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/stack_container_unittest.cc
diff --git a/base/stack_container_unittest.cc b/base/stack_container_unittest.cc
index 798add73627b72fc5d457deb0d6ecdd4ff59385e..7efab363236c70c7bd3b26b72c638e7041a20707 100644
--- a/base/stack_container_unittest.cc
+++ b/base/stack_container_unittest.cc
@@ -134,10 +134,5 @@ TEST(StackContainer, BufferAlignment) {
#endif
}
-#ifdef COMPILER_MSVC
-// Make sure all the class compiles correctly.
-// TODO(pinkerton): i'm not sure why this doesn't compile on GCC, but
-// it doesn't.
-template StackVector<int, 2>;
-template StackVector<scoped_refptr<Dummy>, 2>;
-#endif
+template class StackVector<int, 2>;
+template class StackVector<scoped_refptr<Dummy>, 2>;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698