Skip to content

Commit 4d8e1bf

Browse files
committed
cmd/go/testdata: Fix qoute in directive
1 parent 5f254e3 commit 4d8e1bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/testdata/script/issue_43830.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[!cgo] skip 'skipping test without cgo'
44
[!exec:gcc] skip 'skipping test without gcc present'
55
[openbsd] env CC='clang'
6-
[!openbsd] env CC=`gcc`
6+
[!openbsd] env CC='gcc'
77

88
env CGO_CFLAGS='-flto -ffat-lto-objects'
99

src/cmd/go/testdata/script/issue_43830_2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[!cgo] skip 'skipping test without cgo'
44
[!exec:gcc] skip 'skipping test without gcc present'
55
[openbsd] env CC='clang'
6-
[!openbsd] env CC=`gcc`
6+
[!openbsd] env CC='gcc'
77

88
env CGO_CFLAGS='-flto -ffat-lto-objects'
99

0 commit comments

Comments
 (0)