Skip to content

Commit 904cca1

Browse files
committed
---
yaml --- r: 4330 b: refs/heads/master c: 291c43a h: refs/heads/master v: v3
1 parent 1d8c686 commit 904cca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 39d3b93a38e613e013d6087cde8343607ac7317d
2+
refs/heads/master: 291c43af312457c33127cb962cbc6192c6eb8d3a

trunk/src/test/compiletest/compiletest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ fn make_test_name(config: &config, testfile: &str) -> str {
169169
So this is kind of crappy:
170170
171171
A test is just defined as a function, as you might expect, but tests have to
172-
run their own tasks. Unfortunately, if your test needs dynamic data then it
172+
run in their own tasks. Unfortunately, if your test needs dynamic data then it
173173
needs to be a closure, and transferring closures across tasks without
174174
committing a host of memory management transgressions is just impossible.
175175

0 commit comments

Comments
 (0)