diff --git a/sci b/sci index ff4db905..05727e9d 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit ff4db9056392f052f4809c06c68e2bef9e26da09 +Subproject commit 05727e9ddccc9d641d1d4ba05cd444904ec66514 diff --git a/test-resources/lib_tests/slingshot/slingshot_test.clj b/test-resources/lib_tests/slingshot/slingshot_test.clj index f787a862..f9e7c541 100644 --- a/test-resources/lib_tests/slingshot/slingshot_test.clj +++ b/test-resources/lib_tests/slingshot/slingshot_test.clj @@ -36,7 +36,8 @@ [:class-string e#]) ;; by clojure record type - (catch exception-record e# + ;; BB test patch, exception-record != class?, so this expands into incorrect code + #_(catch exception-record e# [:class-exception-record e#]) ;; by key-value