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