diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-04-24 14:10:05 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-05-25 10:07:01 +0200 |
| commit | 90bb861b2e11ad7a2c6c8694ddbda2794ce4beb0 (patch) | |
| tree | 6fe733df1862da632522244b2a5e36c600bae7eb | |
| parent | fec79d355234aed1599674262ab5adfbde700fe7 (diff) | |
| download | rust-90bb861b2e11ad7a2c6c8694ddbda2794ce4beb0.tar.gz rust-90bb861b2e11ad7a2c6c8694ddbda2794ce4beb0.zip | |
Fix tidy
| -rw-r--r-- | src/test/mir-opt/unusual-item-types.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/mir-opt/unusual-item-types.rs b/src/test/mir-opt/unusual-item-types.rs index 93f17d976e6..67a55101d82 100644 --- a/src/test/mir-opt/unusual-item-types.rs +++ b/src/test/mir-opt/unusual-item-types.rs @@ -1,5 +1,6 @@ // Test that we don't ICE when trying to dump MIR for unusual item types and // that we don't create filenames containing `<` and `>` +// ignore-tidy-linelength struct A; |
