]> Cypherpunks repositories - gostls13.git/commitdiff
work around link bug
authorRob Pike <r@golang.org>
Thu, 9 Apr 2009 05:17:09 +0000 (22:17 -0700)
committerRob Pike <r@golang.org>
Thu, 9 Apr 2009 05:17:09 +0000 (22:17 -0700)
R=rsc
OCL=27242
CL=27242

src/lib/bignum_test.go

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