Skip to content

Commit b99c9c9

Browse files
committed
windows
1 parent a5374c9 commit b99c9c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/options_test.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,10 @@ class Foo {
208208
'''),
209209
],
210210
files: [
211-
d.dir('vendor/http', [
212-
d.dir('lib', [d.file('http.dart', 'class Client {}')])
211+
d.dir('vendor', [
212+
d.dir('http', [
213+
d.dir('lib', [d.file('http.dart', 'class Client {}')])
214+
])
213215
])
214216
],
215217
);

0 commit comments

Comments
 (0)