Fix some broken tests

This commit is contained in:
Brian Anderson 2012-09-18 18:49:23 -07:00
parent be490c7f81
commit a005b1af60
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
/**
/*!
An implementation of the Graph500 Breadth First Search problem in Rust.

@ -1,4 +1,4 @@
/**
/*!
A parallel word-frequency counting program.
This is meant primarily to demonstrate Rust's MapReduce framework.