1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-30 22:15:27 -05:00

Shorten StringLiteral

This commit is contained in:
v2ray
2016-05-23 20:23:40 +02:00
parent cfdda19834
commit 47b2fafb32
15 changed files with 57 additions and 57 deletions

View File

@@ -20,5 +20,5 @@ func TestNewStringSerial(t *testing.T) {
v2testing.Current(t)
testString := &TestString{value: "abcd"}
assert.String(NewStringLiteral(testString)).Equals("abcd")
assert.String(NewStringT(testString)).Equals("abcd")
}