Commit 6e12f9f
Add unix only tag for unix-only import in LSP test (#1081)
Summary:
This diff fixes open source windows build.
In L78-L83 of the file, the code block accessing unix permissions are already tagged `#[cfg(unix)]`. This diff adds the same config tag on the import so that windows build can be fixed.
Pull Request resolved: #1081
Reviewed By: kinto0, ndmitchell
Differential Revision: D82327050
Pulled By: rchen152
fbshipit-source-id: 7bc4cd173ca9c0a068ff2768708416cb7525fbae1 parent 3b06a5a commit 6e12f9f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments