summary refs log tree commit diff stats
path: root/tests/pragmas/t6448.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pragmas/t6448.nim')
-rw-r--r--tests/pragmas/t6448.nim5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/pragmas/t6448.nim b/tests/pragmas/t6448.nim
index a1bd747a0..6efb56e08 100644
--- a/tests/pragmas/t6448.nim
+++ b/tests/pragmas/t6448.nim
@@ -1,6 +1,7 @@
 discard """
-  errormsg: '''ambiguous call; both foobar.async'''
-  line: 9
+  errormsg: '''ambiguous call'''
+  line: 10
+  disabled: "32bit"
 """
 
 import foobar