about summary refs log tree commit diff
path: root/tests/ui/unpretty/hir-tree.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unpretty/hir-tree.rs')
-rw-r--r--tests/ui/unpretty/hir-tree.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/unpretty/hir-tree.rs b/tests/ui/unpretty/hir-tree.rs
index 3388c60c425..41ac51641c5 100644
--- a/tests/ui/unpretty/hir-tree.rs
+++ b/tests/ui/unpretty/hir-tree.rs
@@ -3,8 +3,9 @@
 //@ check-stdout
 //@ dont-check-compiler-stdout
 //@ dont-check-compiler-stderr
-//@ regex-error-pattern: Hello, Rustaceans!
 
 fn main() {
     println!("Hello, Rustaceans!");
 }
+
+//~? RAW Hello, Rustaceans!