Skip to content

Commit bc9db45

Browse files
committed
Fixup test changes
1 parent c0976ad commit bc9db45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/bench/shootout-fasta.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn make_repeat_fasta(str id, str desc, str s, int n) {
6565
if (str::byte_len(op) > 0u) { log op; }
6666
}
6767

68-
fn acid(char ch, u32 prob) { ret rec(ch=ch, prob=prob); }
68+
fn acid(char ch, u32 prob) -> aminoacids { ret rec(ch=ch, prob=prob); }
6969

7070
fn main(vec[str] args) {
7171
let vec[aminoacids] iub =

0 commit comments

Comments
 (0)