]> Cypherpunks repositories - gostls13.git/commitdiff
undo workaround pending real fix
authorRob Pike <r@golang.org>
Thu, 9 Apr 2009 05:24:40 +0000 (22:24 -0700)
committerRob Pike <r@golang.org>
Thu, 9 Apr 2009 05:24:40 +0000 (22:24 -0700)
R=rsc
OCL=27243
CL=27243

src/lib/bignum_test.go

index 02ff4f50f0531d9809431834cee9e5c94cad94f8..d8d214dd7873895d57c9fb993edd2988fd711e20 100644 (file)
@@ -6,7 +6,6 @@ package bignum_test
 
 import (
        bignum "bignum";
-       flag "flag";    // BUG: should not be necessary
        fmt "fmt";
        testing "testing";
 )