You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/TestStacktrace.js
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -153,16 +153,13 @@
153
153
});
154
154
155
155
test("run opera9",function(){
156
-
expect(5);
156
+
expect(4);
157
157
varp=impl();
158
158
UnitTest.fn.createModeStubs(p);
159
159
p.opera9=function(){
160
160
ok(true,'called run() for "opera9"');
161
161
};
162
162
UnitTest.fn.prepareFakeOperaEnvironment();
163
-
p.run({
164
-
message: 'ignored\n'+'ignored\n'+'ignored\n'+'ignored\n'+'Line 40 of linked script http://site.com: in function f1\n'+' discarded()\n'+'Line 44 of linked script http://site.com\n'+' f1(1, "abc")\n'+'ignored\n'+'ignored'
0 commit comments