diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/scala/chiselTests/LiteralExtractorSpec.scala | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/LiteralExtractorSpec.scala b/src/test/scala/chiselTests/LiteralExtractorSpec.scala index 6960fa88..d160685c 100644 --- a/src/test/scala/chiselTests/LiteralExtractorSpec.scala +++ b/src/test/scala/chiselTests/LiteralExtractorSpec.scala @@ -76,7 +76,8 @@ class LiteralExtractorSpec extends ChiselFlatSpec { // the following errors with "assertion failed" - chisel3.core.assert(outsideLiteral === insideLiteral) + println(outsideLiteral === insideLiteral) + // chisel3.core.assert(outsideLiteral === insideLiteral) // the following lines of code error // with "chisel3.core.BundleLitBinding cannot be cast to chisel3.core.ElementLitBinding" |
