diff options
| author | Wink Saville <wink@saville.com> | 2018-09-23 15:53:52 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-09-24 19:28:46 -0400 |
| commit | 0e6c18c8207cab5d3946f119a51d62f91c1b9028 (patch) | |
| tree | b1e18987d751ac82beaaecb544753cb260c40595 /std/hash_map.zig | |
| parent | 4241cd666dbf5117a6c32357c091ca3bc7a0fcd0 (diff) | |
| download | zig-0e6c18c8207cab5d3946f119a51d62f91c1b9028.tar.gz zig-0e6c18c8207cab5d3946f119a51d62f91c1b9028.zip | |
Remove StrLitKind enum
I was looking at the tokenizer specifically fn testTokenize and the
this statement looked odd:
if (@TagType(Token.Id)(token.id) != @TagType(Token.Id)(expected_token_id)) {
I then saw the TODO and thought I'd remove StrLitKind figuring that
would make testTokenize simpler. It did so I thought I'd prepare this PR.
The tests are still working and stage2 zig seems to work, it compiles and
I was able to use the fmt command.
Diffstat (limited to 'std/hash_map.zig')
0 files changed, 0 insertions, 0 deletions
