aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/no-color/strip_line_char.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/no-color/strip_line_char.txt')
-rw-r--r--tests/fixtures/no-color/strip_line_char.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fixtures/no-color/strip_line_char.txt b/tests/fixtures/no-color/strip_line_char.txt
new file mode 100644
index 0000000..3d4b700
--- /dev/null
+++ b/tests/fixtures/no-color/strip_line_char.txt
@@ -0,0 +1,6 @@
+error[E0308]: mismatched types
+ --> $DIR/whitespace-trimming.rs:4:193
+ |
+LL | ... let _: () = 42ñ
+ | ^^ expected (), found integer
+ |