Skip to content

Commit

Permalink
Remove unnecessary "msvc" constraint (since dll's are pre-compiled wi…
Browse files Browse the repository at this point in the history
…th MSVC now)
  • Loading branch information
jan.nijtmans committed Jan 23, 2025
1 parent 76109ad commit b41e9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/memorymodule.test
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test memorymodule-2.1 {LTS, create thread after accessing var} -constraints {mem
list [ThreadVar] $result
} -result {15 16}

test memorymodule-2.2 {nexted exception} -constraints {memorymoduletest msvc} -body {
test memorymodule-2.2 {nexted exception} -constraints memorymoduletest -body {
NestedException
} -result 1

Expand Down

0 comments on commit b41e9d2

Please sign in to comment.