1
Fork 0

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.
This commit is contained in:
Nicholas Nethercote 2022-08-09 15:31:23 +10:00
parent f03ce30962
commit c32969d8e6
21 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,3 @@
// compile-flags: --json=foo --error-format=json
fn main() {}