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:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user