Skip to content

Commit

Permalink
Trivial HHVM diff to test OSS contbuild
Browse files Browse the repository at this point in the history
Reviewed By: Atry

Differential Revision: D37658696

fbshipit-source-id: 77fd09828dcc9fbdf725ae307d662b329ba5e834
  • Loading branch information
Wilfred authored and facebook-github-bot committed Jul 6, 2022
1 parent 2049210 commit 9179304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hphp/hhvm/main.cpp
Expand Up @@ -46,7 +46,7 @@
* but the build succeeds, and the references get set to nullptr (so
* calls to vector<string>::~vector() end up as a call to 0.
*
* See t15096405
* See T15096405
*/
std::vector<std::string> dummy_vec { "hello", "foo" };
std::set<std::string> dummy_set { "hello" };
Expand Down

0 comments on commit 9179304

Please sign in to comment.