diff options
Diffstat (limited to 'unit_tests/lane_tests.cpp')
| -rw-r--r-- | unit_tests/lane_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/lane_tests.cpp b/unit_tests/lane_tests.cpp index 196b31d..bf239ba 100644 --- a/unit_tests/lane_tests.cpp +++ b/unit_tests/lane_tests.cpp | |||
| @@ -170,7 +170,7 @@ TEST_CASE("lanes.gen") | |||
| 170 | S.requireSuccess("lanes.gen('utf8?', function() end)"); | 170 | S.requireSuccess("lanes.gen('utf8?', function() end)"); |
| 171 | #endif // LUA_VERSION_NUM < 503 | 171 | #endif // LUA_VERSION_NUM < 503 |
| 172 | 172 | ||
| 173 | S.requireSuccess("lanes.gen('lanes.core', function() end)"); | 173 | S.requireSuccess("lanes.gen('lanes_core', function() end)"); |
| 174 | // "*" repeated or combined with anything else is forbidden | 174 | // "*" repeated or combined with anything else is forbidden |
| 175 | S.requireFailure("lanes.gen('*', '*', function() end)"); | 175 | S.requireFailure("lanes.gen('*', '*', function() end)"); |
| 176 | S.requireFailure("lanes.gen('base', '*', function() end)"); | 176 | S.requireFailure("lanes.gen('base', '*', function() end)"); |
