From 91793044056e31d5ef8450bbd3ca1434fb239510 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Wed, 6 Jul 2022 16:29:18 -0700 Subject: [PATCH] Trivial HHVM diff to test OSS contbuild Reviewed By: Atry Differential Revision: D37658696 fbshipit-source-id: 77fd09828dcc9fbdf725ae307d662b329ba5e834 --- hphp/hhvm/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hphp/hhvm/main.cpp b/hphp/hhvm/main.cpp index deb85ab3cf1eb..af40e3d5e26cf 100644 --- a/hphp/hhvm/main.cpp +++ b/hphp/hhvm/main.cpp @@ -46,7 +46,7 @@ * but the build succeeds, and the references get set to nullptr (so * calls to vector::~vector() end up as a call to 0. * - * See t15096405 + * See T15096405 */ std::vector dummy_vec { "hello", "foo" }; std::set dummy_set { "hello" };