Skip to content

Commit 05ebd55

Browse files
committed
fix: wording
1 parent af75219 commit 05ebd55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

native_toolchain_rust/test/build_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependency_overrides:
7777
}
7878
attempt++;
7979
// Windows being windows.
80-
print('Failed to clean temp installer temp dir: $e');
80+
print('Failed to clean builder temp dir: $e');
8181
await Future.delayed(const Duration(seconds: 1));
8282
}
8383
}

rustup/test/installer_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void main() {
2929
}
3030
attempt++;
3131
// Windows being windows.
32-
print('Failed to clean temp installer temp dir: $e');
32+
print('Failed to clean installer temp dir: $e');
3333
await Future.delayed(const Duration(seconds: 1));
3434
}
3535
}

0 commit comments

Comments
 (0)