Skip to content

Commit 27189c0

Browse files
Francesco Zappa Nardellimeta-codesync[bot]
authored andcommitted
fix fbcode//hphp/hsl:typecheck test
Reviewed By: enetsee Differential Revision: D106767814 fbshipit-source-id: 18dac9acf6e730ede675f78c43a02144591444f1
1 parent 9e0570a commit 27189c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

minitest/main.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ async function main(): Awaitable<void> {
7979
}
8080

8181
\printf("Starting %s...\n", $class);
82+
/* HH_FIXME[4128] Minitest intentionally uses reflection to instantiate test classes */
8283
$obj = $rc->newInstance() as HackTest;
8384
await $obj->runAsync();
8485
}

0 commit comments

Comments
 (0)