diff options
Diffstat (limited to 'test/passes')
| -rw-r--r-- | test/passes/inline/gcd.fir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/inline/gcd.fir b/test/passes/inline/gcd.fir index fb22204c..d2e843e6 100644 --- a/test/passes/inline/gcd.fir +++ b/test/passes/inline/gcd.fir @@ -1,6 +1,6 @@ ; RUN: firrtl %s abcefghipjkn c | tee %s.out | FileCheck %s -;CHECK: Infer Widths +;CHECK: Inline Instances circuit top : module subtracter : input x : UInt @@ -42,4 +42,4 @@ circuit top : i.e := UInt(1) z := i.z -; CHECK: Finished Infer Widths +; CHECK: Finished Inline Instances |
