Skip to content

Commit 063b6b3

Browse files
committed
Update reanalize tests
1 parent aa5e4de commit 063b6b3

File tree

1 file changed

+9
-1
lines changed
  • tests/analysis_tests/tests-reanalyze/deadcode/expected

1 file changed

+9
-1
lines changed

tests/analysis_tests/tests-reanalyze/deadcode/expected/exception.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,13 @@
9595
Exception Analysis
9696
ExternalTest.res:7:5-24
9797
bigIntFromStringExn2 might raise JsExn (ExternalTest.res:7:35) and is not annotated with @raises(JsExn)
98+
99+
Exception Analysis
100+
StdlibTest.res:11:5-23
101+
bigIntFromStringExn raises nothing and is annotated with redundant @raises(JsExn)
102+
103+
Exception Analysis
104+
StdlibTest.res:14:5-16
105+
jsonParseExn raises nothing and is annotated with redundant @raises(JsExn)
98106

99-
Analysis reported 24 issues (Exception Analysis:24)
107+
Analysis reported 26 issues (Exception Analysis:26)

0 commit comments

Comments
 (0)