aboutsummaryrefslogtreecommitdiff
path: root/test/features/EmptyStmt.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/EmptyStmt.fir')
-rw-r--r--test/features/EmptyStmt.fir11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/features/EmptyStmt.fir b/test/features/EmptyStmt.fir
deleted file mode 100644
index 5fb265c0..00000000
--- a/test/features/EmptyStmt.fir
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s
-;CHECK: Done!
-circuit Top :
- module Top :
- skip
- when UInt(1) :
- skip
- else :
- skip
- skip
-