diff options
Diffstat (limited to 'test/hack_files/testfile.php')
-rw-r--r-- | test/hack_files/testfile.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/hack_files/testfile.php b/test/hack_files/testfile.php deleted file mode 100644 index 313995d1..00000000 --- a/test/hack_files/testfile.php +++ /dev/null @@ -1,4 +0,0 @@ -<?hh // strict - -async function foo(): Awaitable<void> { -} |