aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2017-09-22 19:55:37 +0200
committerQuentin Carbonneaux <[email protected]>2017-09-22 19:55:37 +0200
commitfedb1fa32cf71536bbc986182e78cd4437b1a63c (patch)
tree678c9a87c0e64efe294d68b0e3170ebbc584eb14 /test
parentae80e4f7caa6be31f83ae6a94a26ab3b60a5b064 (diff)
mark printf call as variadic in test
Diffstat (limited to 'test')
-rw-r--r--test/abi6.ssa4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/abi6.ssa b/test/abi6.ssa
index b90bd34..0870031 100644
--- a/test/abi6.ssa
+++ b/test/abi6.ssa
@@ -13,8 +13,8 @@ function $f(:hfa3 %h1, :hfa3 %h2, d %d1, :hfa3 %h3, d %d2) {
call $phfa3(:hfa3 %h1)
call $phfa3(:hfa3 %h2)
call $phfa3(:hfa3 %h3)
- call $printf(l $dfmt, d %d1)
- call $printf(l $dfmt, d %d2)
+ call $printf(l $dfmt, d %d1, ...)
+ call $printf(l $dfmt, d %d2, ...)
ret
}