diff options
| author | Paul Rigge | 2016-11-09 16:25:34 -0800 |
|---|---|---|
| committer | ducky | 2016-11-21 12:48:10 -0800 |
| commit | b39b08b6d489ab6d2dc9bb8a40a87c4ac5834828 (patch) | |
| tree | d7daa825461dc1aefe89317ecb456cdd7f154360 | |
| parent | 22406a589c4a3f8de42a9f5c988201f474c11282 (diff) | |
Delete RangeMacroTest now that RangeSpec exists.
| -rw-r--r-- | src/test/scala/chiselTests/RangeMacroTest.scala | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/test/scala/chiselTests/RangeMacroTest.scala b/src/test/scala/chiselTests/RangeMacroTest.scala deleted file mode 100644 index cafff1d2..00000000 --- a/src/test/scala/chiselTests/RangeMacroTest.scala +++ /dev/null @@ -1,21 +0,0 @@ -// See LICENSE for license details. - -package chiselTests - -import chisel3._ -import scala.language.experimental.macros -import org.scalatest._ -import org.scalatest.prop._ -import chisel3.testers.BasicTester - - -/** Comprehensive test of static range parsing functionality. - * Note: negative (failure) conditions can't be tested because they will fail at compile time, - * before the testing environment is entered. - */ -class RangeMacroSpec extends ChiselPropSpec { - property("Range macros should work") { - range"(0,${1+1}]" - range" ( 0 , ${1+1} ] " - } -} |
