Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Apr 29, 2024
1 parent af75219 commit 05ebd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native_toolchain_rust/test/build_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependency_overrides:
}
attempt++;
// Windows being windows.
print('Failed to clean temp installer temp dir: $e');
print('Failed to clean builder temp dir: $e');
await Future.delayed(const Duration(seconds: 1));
}
}
Expand Down
2 changes: 1 addition & 1 deletion rustup/test/installer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void main() {
}
attempt++;
// Windows being windows.
print('Failed to clean temp installer temp dir: $e');
print('Failed to clean installer temp dir: $e');
await Future.delayed(const Duration(seconds: 1));
}
}
Expand Down

0 comments on commit 05ebd55

Please sign in to comment.