Skip to content

Commit

Permalink
save-analysis: expand smoke test to cover json and csv formats
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Apr 25, 2016
1 parent 5065f0c commit e1d61cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-make/save-analysis/Makefile
Expand Up @@ -3,4 +3,5 @@ all: code
krate2: krate2.rs
$(RUSTC) $<
code: foo.rs krate2
$(RUSTC) foo.rs -Zsave-analysis-csv
$(RUSTC) foo.rs -Zsave-analysis

0 comments on commit e1d61cb

Please sign in to comment.