-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit test_throws to julia versions using cat definition in Compat
On 0.7, calls to Compat.cat without dims would not error due to support for the deprecated syntax. On 1.0, calls without dims would error with a different type of exception. I changed the exception type to be consistent across versions, and only checked for the exception of versions using Compat's definition of cat.
- Loading branch information
1 parent
0316bd5
commit be76c2c
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters