aboutsummaryrefslogtreecommitdiff
path: root/test/cmplxdivide.c
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-03-22 02:14:44 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-03-22 02:14:44 +0800
commite2662835b8dd3ca4aa69997afe3774467a677df8 (patch)
tree06bf3d5b879d6031e1ef6639388320eb42601557 /test/cmplxdivide.c
parent3a3c5aad4e6ccef38a1e6d56652523c3258da6a8 (diff)
downloadgo-e2662835b8dd3ca4aa69997afe3774467a677df8.tar.gz
go-e2662835b8dd3ca4aa69997afe3774467a677df8.zip
test: use testlib in a few more cases
Introduce a new skip cmd. R=golang-dev, bradfitz, iant, iant CC=golang-dev https://golang.org/cl/5868048
Diffstat (limited to 'test/cmplxdivide.c')
-rw-r--r--test/cmplxdivide.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmplxdivide.c b/test/cmplxdivide.c
index b340f04d88..12dc4f1c0c 100644
--- a/test/cmplxdivide.c
+++ b/test/cmplxdivide.c
@@ -51,6 +51,7 @@ main(void)
int i, j, k, l;
double complex n, d, q;
+ printf("// skip\n");
printf("// # generated by cmplxdivide.c\n");
printf("\n");
printf("package main\n");