From 90bb861b2e11ad7a2c6c8694ddbda2794ce4beb0 Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Wed, 24 Apr 2019 14:10:05 +0200 Subject: [PATCH] Fix tidy --- src/test/mir-opt/unusual-item-types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/mir-opt/unusual-item-types.rs b/src/test/mir-opt/unusual-item-types.rs index 93f17d976e6a..67a55101d829 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;