Remove codegen_tests dir.

This commit is contained in:
Sergio Benitez 2016-09-08 17:10:10 -07:00
parent 5915c69f39
commit 155ef0d26d
2 changed files with 0 additions and 12 deletions

View File

@ -1,9 +0,0 @@
[package]
name = "codegen_tests"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>"]
[dev-dependencies]
compiletest-rs = "*"
rocket = "../lib"
rocket_macros = "../macros"

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}