dylan-lang / testworks

Test framework for Dylan
http://dylan-lang.github.io/testworks/
5 stars 5 forks source link

Rename expected-to-fail? to expected-to-fail-test #151

Closed cgay closed 2 years ago

cgay commented 2 years ago

Rename expected-to-fail? to expected-to-fail-test This option is easy to misuse, like this:

expected-to-fail?: $os-name == #"win32"

so I tried to make it clearer that the value should always be a function.