Skip to content

Commit 92560ae

Browse files
committed
lint: try again
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent c2a4122 commit 92560ae

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

test/orfs/ram_8x7/ram_8x7_sim.cpp

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
#include <gtest/gtest.h>
2-
// NOLINT
3-
#include <verilated.h>
4-
// NOLINT
5-
#include <verilated_vcd_c.h>
62

73
#include <cstdlib>
84
#include <string>
95

10-
// NOLINT
11-
#include "Vram_8x7.h"
6+
#include "Vram_8x7.h" // NOLINT
7+
#include "verilated.h"
8+
#include "verilated_vcd_c.h"
129

13-
// DUMMY, testing nit
1410
namespace {
1511
class Ram_8x7TestHarness
1612
{

0 commit comments

Comments
 (0)