Commit 88a2b1ee authored by Mathias Bynens's avatar Mathias Bynens Committed by Commit Bot

[test] Fix cctest/test-regexp/ParserWithoutLookbehind

The lookbehind tests weren’t being skipped in the “without
lookbehind” case, resulting in a redundant test.

Bug: v8:4545
Change-Id: Ia004508373ba6ec49fd9de690909467eb0a15361
Reviewed-on: https://chromium-review.googlesource.com/765468Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49339}
parent f1b4ab17
......@@ -467,7 +467,7 @@ TEST(ParserWithLookbehind) {
TEST(ParserWithoutLookbehind) {
TestRegExpParser(true); // Lookbehind enabled.
TestRegExpParser(false); // Lookbehind disabled.
}
TEST(ParserRegression) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment