diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-28 15:27:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-28 15:27:49 +0000 |
commit | 2172ddaf68883944687b5a1399a481898682b504 (patch) | |
tree | 7e42412cca7e320f931b1d0731c724b15b25e2ff | |
parent | 65811bc3327f34a4ff7b6ca50004fbd2ead24997 (diff) | |
download | perl-2172ddaf68883944687b5a1399a481898682b504.tar.gz |
The #10251 wasn't quite up-to-the-code.
p4raw-id: //depot/perl@10254
-rwxr-xr-x | t/op/misc.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/op/misc.t b/t/op/misc.t index 931e6b35c6..92489306a8 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -686,6 +686,5 @@ ok # Bug 20010422.005 {s//${}/; //} EXPECT -syntax error at - line 2, near "${" -syntax error at - line 2, near "//}" +syntax error at - line 2, near "${}" Execution of - aborted due to compilation errors. |