diff libinterp/parse-tree/oct-parse.yy @ 31090:1779a64b2510

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Fri, 10 Jun 2022 18:57:17 -0400
parents 037c1e768b56 4b6f03d7264a
children 670a0d878af1
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy	Fri Jun 10 14:46:45 2022 -0700
+++ b/libinterp/parse-tree/oct-parse.yy	Fri Jun 10 18:57:17 2022 -0400
@@ -6477,12 +6477,6 @@
 %! [a,] = gcd (1,2);
 %! [a,b,] = gcd (1, 2);
 
-%!test <*62587>
-%! assert (ischar (__FILE__))
-
-%!test <*62587>
-%! assert (isnumeric (__LINE__))
-
 ## Can't assign to a keyword
 %!error eval ("switch = 13;")