We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43fe2e commit 61cb8a4Copy full SHA for 61cb8a4
test_common/lib/utilities.dart
@@ -17,6 +17,9 @@ const newDdcTypeSystemVersion = '3.3.0-242.0.dev';
17
String get webdevPath {
18
final pathParts = p.split(p.current);
19
// We expect all tests to be run from the webdev mono-repo:
20
+ // TODO(srujzs): This is just to debug the failures on https://github.com/dart-lang/webdev/pull/2627.
21
+ // Delete when done debugging.
22
+ print(pathParts);
23
assert(pathParts.contains(webdevDirName));
24
return p.joinAll(
25
pathParts.sublist(0, pathParts.lastIndexOf(webdevDirName) + 1),
0 commit comments