aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/CheckSpec.scala
diff options
context:
space:
mode:
authorAdam Izraelevitz2016-06-09 14:42:06 -0700
committerGitHub2016-06-09 14:42:06 -0700
commit77f190e0ad3cce4fe379bbee80fcae6bc05b3558 (patch)
tree26af299c41cd45b727b6d955c75433f830d78d30 /src/test/scala/firrtlTests/CheckSpec.scala
parent7feb5711cd1d505ccf816ab3e31a7cc876ab9560 (diff)
parent7d1202e1dfe00773be6e04fb7877ac084c7a7603 (diff)
Merge branch 'master' into update-spec
Diffstat (limited to 'src/test/scala/firrtlTests/CheckSpec.scala')
-rw-r--r--src/test/scala/firrtlTests/CheckSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/CheckSpec.scala b/src/test/scala/firrtlTests/CheckSpec.scala
index ea0767bb..5c1b1a67 100644
--- a/src/test/scala/firrtlTests/CheckSpec.scala
+++ b/src/test/scala/firrtlTests/CheckSpec.scala
@@ -19,7 +19,7 @@ class CheckSpec extends FlatSpec with Matchers {
| depth => 32
| read-latency => 0
| write-latency => 1""".stripMargin
- intercept[PassExceptions] {
+ intercept[CheckHighForm.MemWithFlipException] {
passes.foldLeft(Parser.parse(input.split("\n").toIterator)) {
(c: Circuit, p: Pass) => p.run(c)
}