Skip to content

Commit

Permalink
support raw errors
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Oct 2, 2024
1 parent abfe724 commit 10b03b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/macaw/acceptance_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
(get-in expected-cs [:overrides mode :error])
(get-in expected-cs [:overrides :error])
(get-in expected-cs [:overrides mode ck])
(get-in expected-cs [:overrides ck])))
(get-in expected-cs [:overrides ck])
(get-in expected-cs [:overrides mode])
(get-in expected-cs [:overrides])))

(defn- test-fixture
"Test that we can parse a given fixture, and compare against expected analysis and rewrites, where they are defined."
Expand Down

0 comments on commit 10b03b3

Please sign in to comment.