diff options
Diffstat (limited to 'test/features/EmptyStmt.fir')
| -rw-r--r-- | test/features/EmptyStmt.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/features/EmptyStmt.fir b/test/features/EmptyStmt.fir index c3bd894a..5fb265c0 100644 --- a/test/features/EmptyStmt.fir +++ b/test/features/EmptyStmt.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.flo -X flo -p c 2>&1 | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s ;CHECK: Done! circuit Top : module Top : |
