Include benchmarks in pretty-print tests

This commit is contained in:
Brian Anderson 2011-08-02 14:37:03 -07:00
parent 795e80fc19
commit ea2a968146
7 changed files with 20 additions and 2 deletions

View file

@ -1,3 +1,4 @@
// xfail-pretty
use std;
import std::int;

View file

@ -1,4 +1,4 @@
// xfail-pretty
// Based on Isaac Gouy's fannkuchredux.csharp
use std;

View file

@ -1,4 +1,4 @@
// xfail-pretty
// -*- rust -*-

View file

@ -1,3 +1,4 @@
// xfail-pretty
// based on:
// http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java

View file

@ -1,3 +1,4 @@
// xfail-pretty
// -*- rust -*-
/*

View file

@ -1,3 +1,4 @@
// xfail-pretty
/**
A parallel word-frequency counting program.