Commit 19683f4
committed
Release 1.2.2
Changes since 1.2.1:
Fix the placement of comments in the instrumented code, except for some
edge cases in expression switch statements and type switch statements.
Fix instrumentation of parenthesized nil, struct types and interface
types in type switch statements.
Fix instrumentation of black box tests (those with 'package X_test').
In the instrumented conditions for expression switch statements and type
switch statements, omit parentheses where possible.
Generate simpler code when instrumenting expression switch statements.1 parent 4573906 commit 19683f4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments