summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug <pyos100500@gmail.com>2012-10-10 23:11:50 +0400
committerDoug <pyos100500@gmail.com>2012-10-10 23:11:50 +0400
commit633c0064a0c7cff42e1b7858e973f1b23912d948 (patch)
tree25dd05e4d30c22dea6be8ed6d2279bd9973b00d6
parent73ed678a3dc5ead81447f9f5470ccb098c6af5f7 (diff)
downloadpygments-633c0064a0c7cff42e1b7858e973f1b23912d948.tar.gz
Avoid using `call` in the dg example.
-rw-r--r--tests/examplefiles/inet_pton6.dg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examplefiles/inet_pton6.dg b/tests/examplefiles/inet_pton6.dg
index b5f7928f..c56a66a3 100644
--- a/tests/examplefiles/inet_pton6.dg
+++ b/tests/examplefiles/inet_pton6.dg
@@ -68,4 +68,4 @@ inet6_type = q -> switch
True = 'link-local multicast'
-print $ (x -> (inet6_type x, hex x)) $ inet_pton6 $ call sys.stdin.read!.strip
+print $ (x -> (inet6_type x, hex x)) $ inet_pton6 $ sys.stdin.read!.strip!