aboutsummaryrefslogtreecommitdiff
path: root/test/features/BigInt.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/BigInt.fir')
-rw-r--r--test/features/BigInt.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/BigInt.fir b/test/features/BigInt.fir
index a8dadcfc..9060d705 100644
--- a/test/features/BigInt.fir
+++ b/test/features/BigInt.fir
@@ -5,6 +5,6 @@ circuit Top :
node y = UInt("h100000")
node z = UInt("h00")
-;CHECK: node x = UInt("h2")
-;CHECK: node z = UInt("h0")
+;CHECK: node x = UInt<2>("h2")
+;CHECK: node z = UInt<1>("h0")
;CHECK: Done!