diff options
Diffstat (limited to 'test/behavior/misc.zig')
| -rw-r--r-- | test/behavior/misc.zig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/behavior/misc.zig b/test/behavior/misc.zig index 1330b757ee..9f5e44c999 100644 --- a/test/behavior/misc.zig +++ b/test/behavior/misc.zig @@ -40,10 +40,6 @@ test "constant equal function pointers" { fn emptyFn() void {} -test "string concatenation" { - try expect(mem.eql(u8, "OK" ++ " IT " ++ "WORKED", "OK IT WORKED")); -} - test "array mult operator" { try expect(mem.eql(u8, "ab" ** 5, "ababababab")); } |
