Uncommented commented code by error

This commit is contained in:
alvaroloes 2015-12-29 13:48:01 +00:00
parent 791bddaf9e
commit 04512eae0c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func TestEndToEnd(t *testing.T) {
if err != nil {
t.Fatal(err)
}
// defer os.RemoveAll(dir)
defer os.RemoveAll(dir)
// Create stringer in temporary directory.
stringer := filepath.Join(dir, "stringer.exe")
err = run("go", "build", "-o", stringer, "enumer.go", "stringer.go")