Skip to content

Commit 3de8187

Browse files
Revert "test c++"
This reverts commit 227a95c.
1 parent 227a95c commit 3de8187

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ci/metrics/metrics_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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"]
1314

1415
class TestMetrics(unittest.TestCase):
1516
def test_upload_gauge_metric(self):

llvm/lib/IR/StructuralHash.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
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-
1917
using namespace llvm;
2018

2119
namespace {

0 commit comments

Comments
 (0)