aboutsummaryrefslogtreecommitdiff
path: root/test/features/Printf.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/Printf.fir')
-rw-r--r--test/features/Printf.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/features/Printf.fir b/test/features/Printf.fir
index d4d2f77d..912023af 100644
--- a/test/features/Printf.fir
+++ b/test/features/Printf.fir
@@ -17,5 +17,5 @@ circuit Top :
;CHECK: printf(clk, en, "Hello World!\n")
;CHECK: printf(clk, en, "Hello World! %x\n", x.y)
;CHECK: printf(clk, and(p, en), "In consequence\n")
-;CHECK: printf(clk, and(eq(p, UInt("h0")), en), "In alternate\n")
+;CHECK: printf(clk, and(eq(p, UInt<1>("h0")), en), "In alternate\n")
;CHECK: Done!