Commit 828e169
committed
tests: fix constants for
We recently tried to upgrade to the newest tokio, but tests that uses
the constants are failing since Andorid is lumped in with non-Linux.
A slight adjustment fixes that.target_os = "android"
1 parent c0943f9 commit 828e169
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments