Index: misc/cgo/test/issue1560.go |
=================================================================== |
--- a/misc/cgo/test/issue1560.go |
+++ b/misc/cgo/test/issue1560.go |
@@ -10,10 +10,7 @@ |
unsigned int sleep(unsigned int seconds); |
extern void BackgroundSleep(int); |
-void twoSleep(int n) { |
- BackgroundSleep(n); |
- sleep(n); |
-} |
+void twoSleep(int); |
*/ |
import "C" |