From dab668ccc8b638548cd78678de8427ed5e765b21 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 29 Jun 2021 15:17:09 +0900 Subject: [PATCH] Bless tests --- phf_macros/tests/compile-fail-unicase/equivalent-keys.stderr | 2 -- phf_macros/tests/compile-fail/bad-syntax.stderr | 2 -- 2 files changed, 4 deletions(-) diff --git a/phf_macros/tests/compile-fail-unicase/equivalent-keys.stderr b/phf_macros/tests/compile-fail-unicase/equivalent-keys.stderr index 11033581..d4180e2a 100644 --- a/phf_macros/tests/compile-fail-unicase/equivalent-keys.stderr +++ b/phf_macros/tests/compile-fail-unicase/equivalent-keys.stderr @@ -3,5 +3,3 @@ error: duplicate key | 6 | UniCase::ascii("foo") => 42, //~ ERROR duplicate key UniCase("FOO") | ^^^^^^^^^^^^^^^^^^^^^ - | - = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) diff --git a/phf_macros/tests/compile-fail/bad-syntax.stderr b/phf_macros/tests/compile-fail/bad-syntax.stderr index ce42934b..bd387e6d 100644 --- a/phf_macros/tests/compile-fail/bad-syntax.stderr +++ b/phf_macros/tests/compile-fail/bad-syntax.stderr @@ -3,5 +3,3 @@ error: expected identifier | 5 | => //~ ERROR expected identifier | ^^ - | - = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)