]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/hashes/panic_exprs.rs
Various minor/cosmetic improvements to code
[rust.git] / src / test / incremental / hashes / panic_exprs.rs
index 2b6a140be32a90920847b6a8c8bfcfa93c191b0e..f2d610c1ade63dea24e6bf735c536467f8e8f574 100644 (file)
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // This test case tests the incremental compilation hash (ICH) implementation
-// for exprs that can panic at runtime (e.g. because of bounds checking). For
+// for exprs that can panic at runtime (e.g., because of bounds checking). For
 // these expressions an error message containing their source location is
 // generated, so their hash must always depend on their location in the source
 // code, not just when debuginfo is enabled.
@@ -18,7 +18,7 @@
 // and make sure that the hash has changed, then change nothing between rev2 and
 // rev3 and make sure that the hash has not changed.
 
-// must-compile-successfully
+// compile-pass
 // revisions: cfail1 cfail2 cfail3
 // compile-flags: -Z query-dep-graph -C debug-assertions