提交 d9a6a636 编写于 作者: B Brian Anderson

Fix build breakage

上级 77b81442
import common::config;
import io::ReaderUtil;
export load_errors;
export expected_error;
......
......@@ -2,6 +2,7 @@
import str;
import common::config;
import io::ReaderUtil;
export test_props;
export load_props;
......
import run::spawn_process;
import io::WriterUtil;
import io::{ReaderUtil, WriterUtil};
import libc::{c_int, pid_t};
import pipes::chan;
export run;
......
......@@ -6,7 +6,7 @@
import std::map;
import std::map::{map, hashmap};
import io::Reader;
import io::{Reader, ReaderUtil};
fn main(argv: ~[~str]) {
#macro[
......
......@@ -6,7 +6,7 @@
import std::map;
import std::map::hashmap;
import std::sort;
import io::ReaderUtil;
import pipes::{stream, port, chan};
// given a map, print a sorted version of it
......
......@@ -6,6 +6,7 @@
import std::map;
import std::map::hashmap;
import std::sort;
import io::ReaderUtil;
// given a map, print a sorted version of it
fn sort_and_fmt(mm: hashmap<~[u8], uint>, total: uint) -> ~str {
......
use std;
import std::bitv;
import io::WriterUtil;
import io::{ReaderUtil, WriterUtil};
// Computes a single solution to a given 9x9 sudoku
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册