dummy results in stl_vector_test on gcc 4.6
authorNicholas Ormrod <njormrod@fb.com>
Fri, 7 Dec 2012 22:34:19 +0000 (14:34 -0800)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:49:30 +0000 (14:49 -0800)
commit3739237791ef2ac7d7f826eeecacd08918144e04
treed2c84cbe010916088c68580d33683916fff3c4ab
parent333ed393c83190fc6935837c3e61e4f9bc38e2bc
dummy results in stl_vector_test on gcc 4.6

Summary:
The test doesn't run when GCC < 4.7, however our test framework
needs some output anyways. I've added a placeholder test that does
nothing, but does cause something to be printed.

Test Plan: run fbmake runtests on folly/test/stl_tests/

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D652161
folly/test/stl_tests/StlVectorTest.cpp