diff options
| author | Jack Koenig | 2017-11-15 14:19:40 -0800 |
|---|---|---|
| committer | Adam Izraelevitz | 2017-12-29 11:44:24 -0800 |
| commit | cfae691ae172633845e279c27be3d70ff5e50cfe (patch) | |
| tree | a202806126493ae21471874d7dd6f3c50ca49915 /src/test | |
| parent | b5a3c2e9c2b6336d4a4ee896e05b5cf2cd45c9f3 (diff) | |
Remove option --force-append-anno-file, make default
The logic around this option was unintuitive and led to silently dropped
annotations.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/scala/firrtlTests/DriverSpec.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/DriverSpec.scala b/src/test/scala/firrtlTests/DriverSpec.scala index 190b2b42..b589f69a 100644 --- a/src/test/scala/firrtlTests/DriverSpec.scala +++ b/src/test/scala/firrtlTests/DriverSpec.scala @@ -173,7 +173,7 @@ class DriverSpec extends FreeSpec with Matchers with BackendCompilationUtilities val annoFile = new File(targetDir, "annotations.anno") optionsManager.parse( - Array("--infer-rw", "circuit", "-faf", annoFile.toString, "-ffaaf") + Array("--infer-rw", "circuit", "-faf", annoFile.toString) ) should be (true) copyResourceToFile("/annotations/SampleAnnotations.anno", annoFile) |
