aboutsummaryrefslogtreecommitdiff
path: root/test/errors/width/UninferredWidth.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/errors/width/UninferredWidth.fir')
-rw-r--r--test/errors/width/UninferredWidth.fir12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/errors/width/UninferredWidth.fir b/test/errors/width/UninferredWidth.fir
deleted file mode 100644
index d4cff841..00000000
--- a/test/errors/width/UninferredWidth.fir
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: firrtl -i %s -o %s.v -X verilog -p ciwTd 2>&1 | tee %s.out | FileCheck %s
-; CHECK: Uninferred width.
-
-circuit Top :
- module Top :
- input z : UInt
-
-
-
-
-
-