Skip to content

Commit 227a95c

Browse files
test c++
1 parent e5aa723 commit 227a95c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/metrics/metrics_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import metrics
1212

13-
a = ["a really long string", "a really long string", "a really long string", "a really long string", "a really long string", "a really long string"]
1413

1514
class TestMetrics(unittest.TestCase):
1615
def test_upload_gauge_metric(self):

llvm/lib/IR/StructuralHash.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include "llvm/IR/IntrinsicInst.h"
1515
#include "llvm/IR/Module.h"
1616

17+
// This is a really long comment that clang-format will decide to make multiple lines to trigger a formatting failure.
18+
1719
using namespace llvm;
1820

1921
namespace {

0 commit comments

Comments
 (0)