summaryrefslogtreecommitdiff
path: root/tests/untls.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-20 04:03:28 -0300
committerEuAndreh <eu@euandre.org>2024-10-20 04:03:28 -0300
commitb747069fa62351904b567d6283ca2ca337efa5cf (patch)
treec108ff57239511e743c2e7ff2a23b9060d38957e /tests/untls.go
parentMakefile: "var version" -> "const Version" (diff)
downloaduntls-b747069fa62351904b567d6283ca2ca337efa5cf.tar.gz
untls-b747069fa62351904b567d6283ca2ca337efa5cf.tar.xz
Adapt to latest golang Makefile skeleton
Diffstat (limited to 'tests/untls.go')
-rw-r--r--tests/untls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untls.go b/tests/untls.go
index 767ad31..7b50546 100644
--- a/tests/untls.go
+++ b/tests/untls.go
@@ -7,7 +7,7 @@ import (
func test_Stub() {
- g.AssertEqual(X, 1)
+ g.TAssertEqual(X, 1)
}