Skip to content

Commit

Permalink
save-analysis: Test that we don't panic with malformed config
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Apr 19, 2019
1 parent b72f365 commit bc8af9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-make-fulldeps/save-analysis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ krate2: krate2.rs
$(RUSTC) $<
code: foo.rs krate2
$(RUSTC) foo.rs -Zsave-analysis
# Don't panic on malformed config (uses default instead)
RUST_SAVE_ANALYSIS_CONFIG="{" $(RUSTC) foo.rs -Zsave-analysis

0 comments on commit bc8af9a

Please sign in to comment.