summaryrefslogtreecommitdiffstats
path: root/tests/run-make/issue-35164/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/issue-35164/Makefile')
-rw-r--r--tests/run-make/issue-35164/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-make/issue-35164/Makefile b/tests/run-make/issue-35164/Makefile
new file mode 100644
index 000000000..38aa6f126
--- /dev/null
+++ b/tests/run-make/issue-35164/Makefile
@@ -0,0 +1,4 @@
+include ../tools.mk
+
+all:
+ $(RUSTC) main.rs --error-format json 2>&1 | $(CGREP) -e '"byte_start":23\b' '"byte_end":29\b'