Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
cgo,native,testblas/benchautogen: fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Mar 28, 2017
1 parent 0285886 commit 430a98d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cgo/level1doubleBench_auto_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/level1doubleBench_auto_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testblas/benchautogen/autogen_bench_level1double.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var copyrightnotice = []byte(`// Copyright 2014 The Gonum Authors. All rights re
// Use of this code is governed by a BSD-style
// license that can be found in the LICENSE file`)

var autogen = []byte(`// Code generated by \"go run github.com/gonum/blas/testblas/benchautogen/autogen_bench_level1double.go\"; DO NOT EDIT.\n`)
var autogen = []byte("// Code generated by \"go run github.com/gonum/blas/testblas/benchautogen/autogen_bench_level1double.go\"; DO NOT EDIT.\n")

var imports = []byte(`import(
"math/rand"
Expand Down

0 comments on commit 430a98d

Please sign in to comment.