diff options
author | Fred Emmott <fe@fb.com> | 2018-08-02 12:59:04 -0700 |
---|---|---|
committer | Fred Emmott <fe@fb.com> | 2018-08-02 12:59:04 -0700 |
commit | de6cd961a83674ef1a73d4c4e9a1b9ccc73ec941 (patch) | |
tree | 8edc9936acda0112e85669418e630a50df122276 /test | |
parent | e6bd4373f9e5e875ee075c4bc416adfccbe2e89e (diff) | |
download | ale-de6cd961a83674ef1a73d4c4e9a1b9ccc73ec941.zip |
Suggested changes
Diffstat (limited to 'test')
-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> { -} |