]> Cypherpunks repositories - gostls13.git/commit
os: don't silently skip test
authorDave Cheney <dave@cheney.net>
Sat, 31 Jan 2015 03:48:14 +0000 (14:48 +1100)
committerDave Cheney <dave@cheney.net>
Sat, 31 Jan 2015 05:53:22 +0000 (05:53 +0000)
commitdc51ed218070fcd074e67404e5a658b1c400e777
treee3c6f987423b1e7748c133ade560cdf7e903a96b
parent2ffe3255a1ba3e09105eb1c86ef221a8ccc5c515
os: don't silently skip test

This is a followup to CL 3676.

Rather than silently returning from the test, a pass,
use the Skip facility to mark the test as skipped.

Change-Id: I90d237e770150bf8d69f14fb09874e70894a7f86
Reviewed-on: https://go-review.googlesource.com/3682
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/path_test.go