Skip to content

Commit c1f113d

Browse files
committed
print pass in UT
1 parent b03c759 commit c1f113d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/inlining/profilingbug.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ try {
1010
foo.call(0x1)++;
1111
}
1212
foo();
13-
} catch(e) { }
13+
} catch(e) { }
14+
15+
print("Pass")

0 commit comments

Comments
 (0)