OSDN Git Service

Update Go compiler, library, and testsuite on gcc 4.7 branch.
[pf3gnuchains/gcc-fork.git] / libgo / go / go / build / syslist_test.go
index d27630d..9157faf 100644 (file)
@@ -55,7 +55,7 @@ var tests = []GoodFileTest{
 
 func TestGoodOSArch(t *testing.T) {
        for _, test := range tests {
-               if DefaultContext.goodOSArchFile(test.name) != test.result {
+               if Default.goodOSArchFile(test.name) != test.result {
                        t.Fatalf("goodOSArchFile(%q) != %v", test.name, test.result)
                }
        }