summaryrefslogtreecommitdiff
path: root/tests/guuid.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/guuid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guuid.go b/tests/guuid.go
index 58e748e..e9dd286 100644
--- a/tests/guuid.go
+++ b/tests/guuid.go
@@ -176,7 +176,7 @@ func test_New() {
}()
New()
- assertEq(true, false)
+ os.Exit(5)
})
}