From 7e9f424fb7dcd11c894ceb9f6f049fd9eda80632 Mon Sep 17 00:00:00 2001 From: Albert Magyar Date: Mon, 20 Jul 2020 12:11:44 -0700 Subject: Delete outdated scalastyle configuration comments from source --- src/test/scala/chiselTests/CompileOptionsTest.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test/scala/chiselTests/CompileOptionsTest.scala') diff --git a/src/test/scala/chiselTests/CompileOptionsTest.scala b/src/test/scala/chiselTests/CompileOptionsTest.scala index 1bd0327a..092e6f11 100644 --- a/src/test/scala/chiselTests/CompileOptionsTest.scala +++ b/src/test/scala/chiselTests/CompileOptionsTest.scala @@ -21,7 +21,6 @@ class CompileOptionsSpec extends ChiselFlatSpec with Utils { override def cloneType: this.type = (new BigBundle).asInstanceOf[this.type] } - // scalastyle:off line.size.limit "A Module with missing bundle fields when compiled with implicit Strict.CompileOption " should "throw an exception" in { a [ChiselException] should be thrownBy extractCause[ChiselException] { import chisel3.ExplicitCompileOptions.Strict @@ -185,5 +184,4 @@ class CompileOptionsSpec extends ChiselFlatSpec with Utils { } ChiselStage.elaborate { new DirectionLessConnectionModule() } } - // scalastyle:on line.size.limit } -- cgit v1.2.3