From: Russ Cox Date: Wed, 1 Apr 2009 10:32:44 +0000 (-0700) Subject: change smoketest from parser.go to astprinter.go, X-Git-Tag: weekly.2009-11-06~1916 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a9c1a3b6206f47d031ef6d64f0281ec54c89ed18;p=gostls13.git change smoketest from parser.go to astprinter.go, the largest remaining source file in this directory. TBR=gri OCL=26984 CL=26984 --- diff --git a/usr/gri/pretty/Makefile b/usr/gri/pretty/Makefile index fae4d97d07..ed28664732 100644 --- a/usr/gri/pretty/Makefile +++ b/usr/gri/pretty/Makefile @@ -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