Skip to content

Commit

Permalink
Update tests now that TEST is a keyword
Browse files Browse the repository at this point in the history
check(2, "LLLBases") wasn't previously being registered since TEST and
the test string were on different lines.  Now it's picked up, but it
raises an error (unknown key: Engine), so we skip it
  • Loading branch information
d-torrance committed Sep 2, 2024
1 parent 5f3b2fe commit de4d826
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions M2/Macaulay2/packages/LLLBases.m2
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ TEST ///
TEST
/// -- DON'T TEST YET??
-- no-check-flag (encountered an unknown key or option: Engine)
testLLL = (m) -> (
-- Test 1:
remove(m.cache,symbol LLL);
Expand Down
1 change: 0 additions & 1 deletion M2/Macaulay2/tests/normal/names.m2
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ assert( (toString SyzygyRows) === "SyzygyRows" )
assert( (toString T) === "T" )
assert( (toString TABLE) === "TABLE" )
assert( (toString TD) === "TD" )
assert( (toString TEST) === "TEST" )
assert( (toString TEX) === "TEX" )
assert( (toString TITLE) === "TITLE" )
assert( (toString TO) === "TO" )
Expand Down

0 comments on commit de4d826

Please sign in to comment.