about summary refs log tree commit diff
path: root/src/test/ui/json/json-multiple.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2022-08-09 15:31:23 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2022-08-09 15:34:06 +1000
commitc32969d8e6f8fc7faa7f265a1a3e2e8c75104094 (patch)
tree6fdd3d4861870099fdcb295f73d30f1abaf7ce5a /src/test/ui/json/json-multiple.rs
parentf03ce30962cf1b2a5158667eabae8bf6e8d1cb03 (diff)
downloadrust-c32969d8e6f8fc7faa7f265a1a3e2e8c75104094.tar.gz
rust-c32969d8e6f8fc7faa7f265a1a3e2e8c75104094.zip
Move JSON tests into a directory.
To get around the "following path contains more than 968 entries, you
should move the test to some relevant subdirectory" tidy error.
Diffstat (limited to 'src/test/ui/json/json-multiple.rs')
-rw-r--r--src/test/ui/json/json-multiple.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/ui/json/json-multiple.rs b/src/test/ui/json/json-multiple.rs
new file mode 100644
index 00000000000..fb126339dc2
--- /dev/null
+++ b/src/test/ui/json/json-multiple.rs
@@ -0,0 +1,5 @@
+// build-pass
+// ignore-pass (different metadata emitted in different modes)
+// compile-flags: --json=diagnostic-short --json artifacts --error-format=json
+
+#![crate_type = "lib"]