Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit b72c4f9

Browse files
author
Max Schaefer
committed
Fix tests for ExprHasNoEffect on non-Linux systems.
1 parent 57180c2 commit b72c4f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// +build !linux
2+
3+
package main
4+
5+
func dostuff() {
6+
panic("non-linux")
7+
}

0 commit comments

Comments
 (0)