Skip to content

Commit 647e4ea

Browse files
committed
Adapt tests to // ignore-tidy-file-linelength directive
1 parent 8507a4e commit 647e4ea

14 files changed

Lines changed: 14 additions & 14 deletions

tests/codegen-llvm/pauth/pauth-extern-c-direct-indirect-call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-tidy-file-linelength
12
//@ add-minicore
2-
// ignore-tidy-linelength
33
//@ only-pauthtest
44
//@ revisions: O0_PAUTH O3_PAUTH
55

tests/codegen-llvm/pauth/pauth-extern-weak-global.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ignore-tidy-linelength
1+
// ignore-tidy-file-linelength
22
//@ only-pauthtest
33
//@ revisions: O0_PAUTH O3_PAUTH O0_NO_PAUTH O3_NO_PAUTH
44
//@ add-minicore

tests/codegen-llvm/pauth/pauth-fn-ptr-type-discrimination-deeply-nested.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-tidy-file-linelength
12
//@ add-minicore
2-
// ignore-tidy-linelength
33
//@ only-pauthtest
44
// Run it at O0, so that the compiler doesn't optimise the calls away.
55
//@ revisions: DISC NO_DISC

tests/codegen-llvm/pauth/pauth-fn-ptr-type-discrimination-encoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-tidy-file-linelength
12
//@ add-minicore
2-
// ignore-tidy-linelength
33
//@ only-pauthtest
44
// Run it at O0, so that the compiler doesn't optimise the calls away.
55
//@ revisions: DISC NO_DISC

tests/codegen-llvm/pauth/pauth-fn-ptr-type-discrimination-fn-ptr-return-type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-tidy-file-linelength
12
//@ add-minicore
2-
// ignore-tidy-linelength
33
//@ only-pauthtest
44
// Run it at O0, so that the compiler doesn't optimise the calls away.
55
//@ revisions: DISC NO_DISC

tests/codegen-llvm/pauth/pauth-fn-ptr-type-discrimination-option-callback.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-tidy-file-linelength
12
//@ add-minicore
2-
// ignore-tidy-linelength
33
//@ only-pauthtest
44
// Run it at O0, so that the compiler doesn't optimise the calls away.
55
//@ revisions: DISC NO_DISC

tests/codegen-llvm/pauth/pauth-fn-ptr-type-discrimination-option-return.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-tidy-file-linelength
12
//@ add-minicore
2-
// ignore-tidy-linelength
33
//@ only-pauthtest
44
// Run it at O0, so that the compiler doesn't optimise the calls away.
55
//@ revisions: DISC NO_DISC

tests/codegen-llvm/pauth/pauth-fn-ptr-type-discrimination-option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-tidy-file-linelength
12
//@ add-minicore
2-
// ignore-tidy-linelength
33
//@ only-pauthtest
44
// Run it at O0, so that the compiler doesn't optimise the calls away.
55

tests/codegen-llvm/pauth/pauth-fn-ptr-type-discrimination-running-test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-tidy-file-linelength
12
//@ add-minicore
2-
// ignore-tidy-linelength
33
//@ only-pauthtest
44
// Run it at O0, so that the compiler doesn't optimise the calls away.
55

tests/codegen-llvm/pauth/pauth-fn-ptr-type-discrimination-rust-array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// ignore-tidy-file-linelength
12
//@ add-minicore
2-
// ignore-tidy-linelength
33
//@ only-pauthtest
44
// Run it at O0, so that the compiler doesn't optimise the calls away.
55

0 commit comments

Comments
 (0)