Fixing mistake. Can't call printStatus(), etc. in js1_2 test directory, because js1_2/shell.js doesn't contain them.

This commit is contained in:
pschwartau%netscape.com 2002-07-09 00:29:41 +00:00
parent 015a863212
commit c71ec565e1

View File

@ -45,8 +45,8 @@
var bug = 144834;
var summary = 'Local var having same name as switch label inside function';
printBugNumber(bug);
printStatus(summary);
print(bug);
print(summary);
function RedrawSched()