summaryrefslogtreecommitdiff
path: root/willow/tools/willowc/unittest
diff options
context:
space:
mode:
Diffstat (limited to 'willow/tools/willowc/unittest')
-rw-r--r--willow/tools/willowc/unittest/TokenizerTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/willow/tools/willowc/unittest/TokenizerTest.cpp b/willow/tools/willowc/unittest/TokenizerTest.cpp
index b612980..d085b1d 100644
--- a/willow/tools/willowc/unittest/TokenizerTest.cpp
+++ b/willow/tools/willowc/unittest/TokenizerTest.cpp
@@ -190,8 +190,6 @@ TEST_CASE("invalid token recovery", "[tokenizer]") {
REQUIRE(tokenizer_test(R"(----xyz)", std::array{Invalid, Eof}));
- REQUIRE(tokenizer_test(R"(----xyz)", std::array{Invalid, Eof}));
-
REQUIRE(tokenizer_test(R"(^^foo:)", std::array{Invalid, Label, Colon, Eof}));
REQUIRE(tokenizer_test(R"(%13a %foo)",