Skip to content

Commit d2b56a9

Browse files
committed
tweak
1 parent dc27403 commit d2b56a9

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

jscomp/test/debug_tmp.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
'use strict';
2-
3-
4-
throw {
5-
RE_EXN_ID: "Not_found",
6-
Error: new Error()
7-
};
8-
9-
/* Not a pure module */
1+
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */

jscomp/test/debug_tmp.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
|]
1010
}]
1111

12-
let () = raise Not_found
12+

0 commit comments

Comments
 (0)