summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/errors
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/errors')
-rw-r--r--Build/source/utils/asymptote/errors8
1 files changed, 2 insertions, 6 deletions
diff --git a/Build/source/utils/asymptote/errors b/Build/source/utils/asymptote/errors
index 8e84f4d4d9e..d9b46b6ed9c 100644
--- a/Build/source/utils/asymptote/errors
+++ b/Build/source/utils/asymptote/errors
@@ -1,6 +1,6 @@
-errortest.asy: 476.34: argument after rest argument
+errortest.asy: 476.34: unnamed argument after rest argument
errortest.asy: 477.37: additional rest argument
-errortest.asy: 478.28: argument after rest argument
+errortest.asy: 478.28: unnamed argument after rest argument
errortest.asy: 479.31: additional rest argument
errortest.asy: 482.22: normal parameter after rest parameter
errortest.asy: 483.22: normal parameter after rest parameter
@@ -155,7 +155,3 @@ errortest.asy: 452.16: expression is not an array of inferable type
errortest.asy: 457.16: expression is not an array of inferable type
errortest.asy: 463.16: expression is not an array of inferable type
errortest.asy: 470.7: array expression cannot be used as an address
-errortest.asy: 476.4: cannot call
-'int f(string s=<default> ... int[] a)'
-with parameters
-'(int, int, int, string ... int[])'