Skip to content

Commit

Permalink
Make pretty-expanded-hygiene a ui test
Browse files Browse the repository at this point in the history
`normalize-stdout-test` removes the need for Make, and it can be updated
with `--bless` this way
  • Loading branch information
matthewjasper committed Jul 16, 2019
1 parent 03178f3 commit a4a7bb9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/test/run-make-fulldeps/pretty-expanded-hygiene/Makefile

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// check-pass
// compile-flags: -Zunpretty=expanded,hygiene

// Don't break whenever Symbol numbering changes
// normalize-stdout-test "\d+#" -> "0#"

// minimal junk
#![feature(no_core)]
#![no_core]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// check-pass
// compile-flags: -Zunpretty=expanded,hygiene

// Don't break whenever Symbol numbering changes
// normalize-stdout-test "\d+#" -> "0#"

// minimal junk
#![feature /* 0#0 */(no_core)]
#![no_core /* 0#0 */]
Expand Down

0 comments on commit a4a7bb9

Please sign in to comment.