]> Cypherpunks repositories - gostls13.git/commitdiff
change smoketest from parser.go to astprinter.go,
authorRuss Cox <rsc@golang.org>
Wed, 1 Apr 2009 10:32:44 +0000 (03:32 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 1 Apr 2009 10:32:44 +0000 (03:32 -0700)
the largest remaining source file in this directory.

TBR=gri
OCL=26984
CL=26984

usr/gri/pretty/Makefile

index fae4d97d07e1accff1a92ca88b2fe560eade1813..ed28664732c70f2e5f3d3f7b02b5c0051058bac1 100644 (file)
@@ -20,7 +20,7 @@ test: pretty
        ./test.sh
 
 smoketest: pretty
-       ./test.sh parser.go
+       ./test.sh astprinter.go
 
 install: pretty
        cp pretty $(HOME)/bin/pretty