Skip to content

Commit a005b1a

Browse files
committed
Fix some broken tests
1 parent be490c7 commit a005b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/bench/graph500-bfs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*!
22
33
An implementation of the Graph500 Breadth First Search problem in Rust.
44

src/test/bench/task-perf-word-count-generic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*!
22
A parallel word-frequency counting program.
33
44
This is meant primarily to demonstrate Rust's MapReduce framework.

0 commit comments

Comments
 (0)