Skip to content

Commit

Permalink
Remove TCIM event
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Jun 28, 2023
1 parent 0d8accc commit 1646075
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions k3/log/category.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ const (
ErrSNAP Category = "SNAP|Invalid operation during snapshot"
ErrSRUN Category = "SRUN|Start already running|Identity of already running thread"
ErrSYSE Category = "SYSE|Report a std::system_error exception during operation: indicates a bug to be reported|error code|error description"
ErrTCIM Category = "TCIM|Detail"
ErrTIME Category = "TIME|Testcase execution time limit exceeded"
ErrTSTP Category = "TSTP|Test stopped by the testcase.stop operation|Detail"
ErrTYPE Category = "TYPE|Type mismatch (bug)|Expected type|Given type"
Expand Down Expand Up @@ -299,7 +298,6 @@ var (
"SNAP": "SNAP|Invalid operation during snapshot",
"SRUN": "SRUN|Start already running|Identity of already running thread",
"SYSE": "SYSE|Report a std::system_error exception during operation: indicates a bug to be reported|error code|error description",
"TCIM": "TCIM|Detail",
"TIME": "TIME|Testcase execution time limit exceeded",
"TSTP": "TSTP|Test stopped by the testcase.stop operation|Detail",
"TYPE": "TYPE|Type mismatch (bug)|Expected type|Given type",
Expand Down
1 change: 0 additions & 1 deletion k3/log/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ var (
"SNAP": ErrSNAP,
"SRUN": ErrSRUN,
"SYSE": ErrSYSE,
"TCIM": ErrTCIM,
"TIME": ErrTIME,
"TSTP": ErrTSTP,
"TYPE": ErrTYPE,
Expand Down

0 comments on commit 1646075

Please sign in to comment.